Html Css Color HEX #00413F Cyprus

📋 copy color: '#00413F'

red 0 ◦ green 65 ◦ blue 63

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

Shades of Cyprus #00413F

Tints of Cyprus #00413F

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

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 0 65 63 -
CMYK 1 0 0.03 0.75
HSL 178.15º 1% 0.13% -
HSV(B) 178.15º 1% 0.25% -
XYZ 2.79 4.14 5.35 -
YUV 45.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 0 65 63 1 0 0.03 0.75 178.15 1 0.13
Hex 0 41 3F 64 0 3 4B B2 64 D
Octal 0 101 77 144 0 3 113 262 144 15
Binary 0 1000001 111111 1100100 0 11 1001011 10110010 1100100 1101

Color Harmonies of #00413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00413F

Black with #00413F

Text Example


Text Example

White with #00413F

Text Example


Text Example

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