Html Css Color HEX #004F3F Cyprus

📋 copy color: '#004F3F'

red 0 ◦ green 79 ◦ blue 63

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

Shades of Cyprus #004F3F

Tints of Cyprus #004F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 44.37%

R = 0%
G = 55.63%
B = 44.37%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#004F3F (or 0x004F3F) is known color: Cyprus. HEX triplet: 00, 4F and 3F. RGB value is (0,79,63). Sum of RGB (Red+Green+Blue) = 0+79+63=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 79 (31.25% from 255 or 55.63% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 79 - color contains mainly: green. Hex color #004F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004F3F is #FFB0C0. Grayscale: #353535. Windows color (decimal): -16756929 or 4148992. OLE color: 4148992.

HSL color Cylindrical-coordinate representation of color #004F3F: hue angle of 167.85º 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 #004F3F is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 79 63 -
CMYK 1 0 0.20 0.69
HSL 167.85º 1% 0.15% -
HSV(B) 167.85º 1% 0.31% -
XYZ 3.69 5.95 5.66 -
YUV 53.56 133.33 89.8 -
System Red Green Blue C M Y K H S L
Decimal 0 79 63 1 0 0.20 0.69 167.85 1 0.15
Hex 0 4F 3F 64 0 14 45 A8 64 F
Octal 0 117 77 144 0 24 105 250 144 17
Binary 0 1001111 111111 1100100 0 10100 1000101 10101000 1100100 1111

Color Harmonies of #004F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F3F

Black with #004F3F

Text Example


Text Example

White with #004F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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