Html Css Color HEX #004F44 Cyprus

📋 copy color: '#004F44'

red 0 ◦ green 79 ◦ blue 68

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

Shades of Cyprus #004F44

Tints of Cyprus #004F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 46.26%

R = 0%
G = 53.74%
B = 46.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#004F44 (or 0x004F44) is known color: Cyprus. HEX triplet: 00, 4F and 44. RGB value is (0,79,68). Sum of RGB (Red+Green+Blue) = 0+79+68=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 79 (31.25% from 255 or 53.74% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 79 - color contains mainly: green. Hex color #004F44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004F44 is #FFB0BB. Grayscale: #363636. Windows color (decimal): -16756924 or 4476672. OLE color: 4476672.

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

Color convert

RGB 0 79 68 -
CMYK 1 0 0.14 0.69
HSL 171.65º 1% 0.15% -
HSV(B) 171.65º 1% 0.31% -
XYZ 3.84 6.01 6.43 -
YUV 54.13 135.83 89.39 -
System Red Green Blue C M Y K H S L
Decimal 0 79 68 1 0 0.14 0.69 171.65 1 0.15
Hex 0 4F 44 64 0 E 45 AC 64 F
Octal 0 117 104 144 0 16 105 254 144 17
Binary 0 1001111 1000100 1100100 0 1110 1000101 10101100 1100100 1111

Color Harmonies of #004F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004F44

Black with #004F44

Text Example


Text Example

White with #004F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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