#09483E

Color #09483E Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #09483E

Tints of Cyprus #09483E

Color information

#09483E (or 0x09483E) is unknown color: approx Cyprus. HEX triplet: 09, 48 and 3E. RGB value is (9,72,62). Sum of RGB (Red+Green+Blue) = 9+72+62=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #09483E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09483E is #F6B7C1. Grayscale: #343434. Windows color (decimal): -16168898 or 4081673. OLE color: 4081673.

HSL color Cylindrical-coordinate representation of color #09483E: hue angle of 170.48º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09483E is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB97262-
CMYK0.8800.140.72
HSL170.48º77.78%15.88%-
HSV(B)170.48º87.5%28.24%-
XYZ3.35.045.36-
YUV52.02133.6397.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 72 (28.52% from 255) = 50.35%
BLUE value IS 62 (24.61% from 255) = 43.36%
R=6.29%
G=50.35%
B=43.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal972620.8800.140.72170.4877.7815.88
Hex9483E580E48aa4e10
Octal111107613001611025211620
Binary10011001000111110101100001110100100010101010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09483E; }

 p { color: rgb(9,72,62); }

 H1.HeaderClassName
 {
   color: #09483E;
 }
 .AnyTagClassName
 {
   color: #09483E;
 }
</style>
background-color css

<style>
 a { background-color: #09483E; }

 a { background-color: rgb(9,72,62); }

 div.DivClassName
 {
   background-color: #09483E;
 }
 .BgClassName
 {
   background-color: #09483E;
 }
</style>
border-color css

<style>
 span { border-color: #09483E; }

 span { border-color: rgb(9,72,62); }

 td.TdClassName
 {
   border-color: #09483E;
 }
 .TagClassName
 {
   border-color: #09483E;
 }
</style>