#09423F

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

Shades of Cyprus #09423F

Tints of Cyprus #09423F

Color information

#09423F (or 0x09423F) is unknown color: approx Cyprus. HEX triplet: 09, 42 and 3F. RGB value is (9,66,63). Sum of RGB (Red+Green+Blue) = 9+66+63=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #09423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09423F is #F6BDC0. Grayscale: #303030. Windows color (decimal): -16170433 or 4145673. OLE color: 4145673.

HSL color Cylindrical-coordinate representation of color #09423F: hue angle of 176.84º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09423F is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB96663-
CMYK0.8600.050.74
HSL176.84º76%14.71%-
HSV(B)176.84º86.36%25.88%-
XYZ2.964.315.38-
YUV48.62136.1299.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.52%
GREEN value IS 66 (26.17% from 255) = 47.83%
BLUE value IS 63 (25% from 255) = 45.65%
R=6.52%
G=47.83%
B=45.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal966630.8600.050.74176.847614.71
Hex9423F56054Ab14cf
Octal11102771260511226111417
Binary100110000101111111010110010110010101011000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09423F; }

 p { color: rgb(9,66,63); }

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

<style>
 a { background-color: #09423F; }

 a { background-color: rgb(9,66,63); }

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

<style>
 span { border-color: #09423F; }

 span { border-color: rgb(9,66,63); }

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