#09453E

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

Shades of Cyprus #09453E

Tints of Cyprus #09453E

Color information

#09453E (or 0x09453E) is unknown color: approx Cyprus. HEX triplet: 09, 45 and 3E. RGB value is (9,69,62). Sum of RGB (Red+Green+Blue) = 9+69+62=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #09453E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09453E is #F6BAC1. Grayscale: #323232. Windows color (decimal): -16169666 or 4080905. OLE color: 4080905.

HSL color Cylindrical-coordinate representation of color #09453E: hue angle of 173º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09453E is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB96962-
CMYK0.8700.100.73
HSL173º76.92%15.29%-
HSV(B)173º86.96%27.06%-
XYZ3.114.665.29-
YUV50.26134.6298.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.43%
GREEN value IS 69 (27.34% from 255) = 49.29%
BLUE value IS 62 (24.61% from 255) = 44.29%
R=6.43%
G=49.29%
B=44.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal969620.8700.100.7317376.9215.29
Hex9453E570A49ad4df
Octal111057612701211125511517
Binary1001100010111111010101110101010010011010110110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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