Html Css Color HEX #004E3C Cyprus

📋 copy color: '#004E3C'

red 0 ◦ green 78 ◦ blue 60

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

Shades of Cyprus #004E3C

Tints of Cyprus #004E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 43.48%

R = 0%
G = 56.52%
B = 43.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.69

RGB Variations

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

Color information

#004E3C (or 0x004E3C) is known color: Cyprus. HEX triplet: 00, 4E and 3C. RGB value is (0,78,60). Sum of RGB (Red+Green+Blue) = 0+78+60=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 78 (30.86% from 255 or 56.52% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 78 - color contains mainly: green. Hex color #004E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E3C is #FFB1C3. Grayscale: #343434. Windows color (decimal): -16757188 or 3952128. OLE color: 3952128.

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

Color convert

RGB 0 78 60 -
CMYK 1 0 0.23 0.69
HSL 166.15º 1% 0.15% -
HSV(B) 166.15º 1% 0.31% -
XYZ 3.54 5.78 5.2 -
YUV 52.63 132.16 90.46 -
System Red Green Blue C M Y K H S L
Decimal 0 78 60 1 0 0.23 0.69 166.15 1 0.15
Hex 0 4E 3C 64 0 17 45 A6 64 F
Octal 0 116 74 144 0 27 105 246 144 17
Binary 0 1001110 111100 1100100 0 10111 1000101 10100110 1100100 1111

Color Harmonies of #004E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E3C

Black with #004E3C

Text Example


Text Example

White with #004E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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