#09413B

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

Shades of Cyprus #09413B

Tints of Cyprus #09413B

Color information

#09413B (or 0x09413B) is unknown color: approx Cyprus. HEX triplet: 09, 41 and 3B. RGB value is (9,65,59). Sum of RGB (Red+Green+Blue) = 9+65+59=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 65 - color contains mainly: green. Hex color #09413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09413B is #F6BEC4. Grayscale: #2F2F2F. Windows color (decimal): -16170693 or 3883273. OLE color: 3883273.

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

Color convert

RGB96559-
CMYK0.8600.090.75
HSL173.57º75.68%14.51%-
HSV(B)173.57º86.15%25.49%-
XYZ2.794.154.79-
YUV47.57134.45100.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 59 (23.44% from 255) = 44.36%
R=6.77%
G=48.87%
B=44.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965590.8600.090.75173.5775.6814.51
Hex9413B56094Bae4cf
Octal111017312601111325611417
Binary1001100000111101110101100100110010111010111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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