Html Css Color HEX #00413C Cyprus

📋 copy color: '#00413C'

red 0 ◦ green 65 ◦ blue 60

#00413C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #00413C

Tints of Cyprus #00413C

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 value IS 1

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#00413C (or 0x00413C) is known color: 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

RGB 0 65 60 -
CMYK 1 0 0.08 0.75
HSL 175.38º 1% 0.13% -
HSV(B) 175.38º 1% 0.25% -
XYZ 2.71 4.11 4.93 -
YUV 45 136.47 95.91 -
System Red Green Blue C M Y K H S L
Decimal 0 65 60 1 0 0.08 0.75 175.38 1 0.13
Hex 0 41 3C 64 0 8 4B AF 64 D
Octal 0 101 74 144 0 10 113 257 144 15
Binary 0 1000001 111100 1100100 0 1000 1001011 10101111 1100100 1101

Color Harmonies of #00413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00413C

Black with #00413C

Text Example


Text Example

White with #00413C

Text Example


Text Example

HTML Codes & Css Web 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>