Html Css Color HEX #004E41 Cyprus

📋 copy color: '#004E41'

red 0 ◦ green 78 ◦ blue 65

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

Shades of Cyprus #004E41

Tints of Cyprus #004E41

RGB

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

 GREEN value IS 78 (30.86% from 255) = 54.55%

 BLUE value IS 65 (25.78% from 255) = 45.45%

R = 0%
G = 54.55%
B = 45.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#004E41 (or 0x004E41) is known color: Cyprus. HEX triplet: 00, 4E and 41. RGB value is (0,78,65). Sum of RGB (Red+Green+Blue) = 0+78+65=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 78 (30.86% from 255 or 54.55% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 78 - color contains mainly: green. Hex color #004E41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E41 is #FFB1BE. Grayscale: #353535. Windows color (decimal): -16757183 or 4279808. OLE color: 4279808.

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

Color convert

RGB 0 78 65 -
CMYK 1 0 0.17 0.69
HSL 170º 1% 0.15% -
HSV(B) 170º 1% 0.31% -
XYZ 3.68 5.83 5.93 -
YUV 53.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 0 78 65 1 0 0.17 0.69 170 1 0.15
Hex 0 4E 41 64 0 11 45 AA 64 F
Octal 0 116 101 144 0 21 105 252 144 17
Binary 0 1001110 1000001 1100100 0 10001 1000101 10101010 1100100 1111

Color Harmonies of #004E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E41

Black with #004E41

Text Example


Text Example

White with #004E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,78,65); }

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

background-color css

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

 a { background-color: rgb(0,78,65); }

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

border-color css

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

 span { border-color: rgb(0,78,65); }

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