#09413E

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

Shades of Cyprus #09413E

Tints of Cyprus #09413E

Color information

#09413E (or 0x09413E) is unknown color: approx Cyprus. HEX triplet: 09, 41 and 3E. RGB value is (9,65,62). Sum of RGB (Red+Green+Blue) = 9+65+62=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #09413E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09413E is #F6BEC1. Grayscale: #2F2F2F. Windows color (decimal): -16170690 or 4079881. OLE color: 4079881.

HSL color Cylindrical-coordinate representation of color #09413E: hue angle of 176.79º 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 #09413E is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB96562-
CMYK0.8600.050.75
HSL176.79º75.68%14.51%-
HSV(B)176.79º86.15%25.49%-
XYZ2.874.195.21-
YUV47.91135.95100.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.62%
GREEN value IS 65 (25.78% from 255) = 47.79%
BLUE value IS 62 (24.61% from 255) = 45.59%
R=6.62%
G=47.79%
B=45.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965620.8600.050.75176.7975.6814.51
Hex9413E56054Bb14cf
Octal11101761260511326111417
Binary100110000011111101010110010110010111011000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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