#00413C

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

Shades of Cyprus #00413C

Tints of Cyprus #00413C

Color information

#00413C (or 0x00413C) is unknown color: approx Cyprus. HEX triplet: 00, 41 and 3C. RGB value is (0,65,60). Sum of RGB (Red+Green+Blue) = 0+65+60=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #00413C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00413C is #FFBEC3. Grayscale: #2C2C2C. Windows color (decimal): -16760516 or 3948800. OLE color: 3948800.

HSL color Cylindrical-coordinate representation of color #00413C: hue angle of 175.38º 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 #00413C is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB06560-
CMYK100.080.75
HSL175.38º100%12.75%-
HSV(B)175.38º100%25.49%-
XYZ2.714.114.93-
YUV45136.4795.91-

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%
BLUE value IS 60 (23.83% from 255) = 48%
R=0%
G=52%
B=48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06560100.080.75175.3810012.75
Hex0413C64084Baf64d
Octal01017414401011325714415
Binary0100000111110011001000100010010111010111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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