#00413B

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

Shades of Cyprus #00413B

Tints of Cyprus #00413B

Color information

#00413B (or 0x00413B) is unknown color: approx Cyprus. HEX triplet: 00, 41 and 3B. RGB value is (0,65,59). Sum of RGB (Red+Green+Blue) = 0+65+59=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #00413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00413B is #FFBEC4. Grayscale: #2C2C2C. Windows color (decimal): -16760517 or 3883264. OLE color: 3883264.

HSL color Cylindrical-coordinate representation of color #00413B: hue angle of 174.46º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00413B is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB06559-
CMYK100.090.75
HSL174.46º100%12.75%-
HSV(B)174.46º100%25.49%-
XYZ2.684.14.79-
YUV44.88135.9795.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 59 (23.44% from 255) = 47.58%
R=0%
G=52.42%
B=47.58%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06559100.090.75174.4610012.75
Hex0413B64094Bae64d
Octal01017314401111325614415
Binary0100000111101111001000100110010111010111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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