Html Css Color HEX #004F42 Cyprus

📋 copy color: '#004F42'

red 0 ◦ green 79 ◦ blue 66

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

Shades of Cyprus #004F42

Tints of Cyprus #004F42

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 79 (31.25% from 255) = 54.48%

 BLUE value IS 66 (26.17% from 255) = 45.52%

R = 0%
G = 54.48%
B = 45.52%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#004F42 (or 0x004F42) is known color: Cyprus. HEX triplet: 00, 4F and 42. RGB value is (0,79,66). Sum of RGB (Red+Green+Blue) = 0+79+66=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 79 (31.25% from 255 or 54.48% from 145); Blue value is 66 (26.17% from 255 or 45.52% from 145); Max value from RGB is 79 - color contains mainly: green. Hex color #004F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004F42 is #FFB0BD. Grayscale: #353535. Windows color (decimal): -16756926 or 4345600. OLE color: 4345600.

HSL color Cylindrical-coordinate representation of color #004F42: hue angle of 170.13º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004F42 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 79 66 -
CMYK 1 0 0.16 0.69
HSL 170.13º 1% 0.15% -
HSV(B) 170.13º 1% 0.31% -
XYZ 3.78 5.99 6.11 -
YUV 53.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 0 79 66 1 0 0.16 0.69 170.13 1 0.15
Hex 0 4F 42 64 0 10 45 AA 64 F
Octal 0 117 102 144 0 20 105 252 144 17
Binary 0 1001111 1000010 1100100 0 10000 1000101 10101010 1100100 1111

Color Harmonies of #004F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F42

Black with #004F42

Text Example


Text Example

White with #004F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004F42; }

 p { color: rgb(0,79,66); }

 H1.HeaderClassName
 {
   color: #004F42;
 }
 .AnyTagClassName
 {
   color: #004F42;
 }
</style>

background-color css

<style>
 a { background-color: #004F42; }

 a { background-color: rgb(0,79,66); }

 div.DivClassName
 {
   background-color: #004F42;
 }
 .BgClassName
 {
   background-color: #004F42;
 }
</style>

border-color css

<style>
 span { border-color: #004F42; }

 span { border-color: rgb(0,79,66); }

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