#00413F

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

Shades of Cyprus #00413F

Tints of Cyprus #00413F

Color information

#00413F (or 0x00413F) is unknown color: approx Cyprus. HEX triplet: 00, 41 and 3F. RGB value is (0,65,63). Sum of RGB (Red+Green+Blue) = 0+65+63=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 63 (25% from 255 or 49.22% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #00413F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00413F is #FFBEC0. Grayscale: #2D2D2D. Windows color (decimal): -16760513 or 4145408. OLE color: 4145408.

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

Color convert

RGB06563-
CMYK100.030.75
HSL178.15º100%12.75%-
HSV(B)178.15º100%25.49%-
XYZ2.794.145.35-
YUV45.34137.9795.66-

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) = 50.78%
BLUE value IS 63 (25% from 255) = 49.22%
R=0%
G=50.78%
B=49.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06563100.030.75178.1510012.75
Hex0413F64034Bb264d
Octal0101771440311326214415
Binary01000001111111110010001110010111011001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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