#09413F

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

Shades of Cyprus #09413F

Tints of Cyprus #09413F

Color information

#09413F (or 0x09413F) is unknown color: approx Cyprus. HEX triplet: 09, 41 and 3F. RGB value is (9,65,63). Sum of RGB (Red+Green+Blue) = 9+65+63=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #09413F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09413F is #F6BEC0. Grayscale: #2F2F2F. Windows color (decimal): -16170689 or 4145417. OLE color: 4145417.

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

Color convert

RGB96563-
CMYK0.8600.030.75
HSL177.86º75.68%14.51%-
HSV(B)177.86º86.15%25.49%-
XYZ2.94.25.36-
YUV48.03136.45100.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.57%
GREEN value IS 65 (25.78% from 255) = 47.45%
BLUE value IS 63 (25% from 255) = 45.99%
R=6.57%
G=47.45%
B=45.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965630.8600.030.75177.8675.6814.51
Hex9413F56034Bb24cf
Octal11101771260311326211417
Binary10011000001111111101011001110010111011001010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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