Html Css Color HEX #004E3D Cyprus

📋 copy color: '#004E3D'

red 0 ◦ green 78 ◦ blue 61

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

Shades of Cyprus #004E3D

Tints of Cyprus #004E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 43.88%

R = 0%
G = 56.12%
B = 43.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#004E3D (or 0x004E3D) is known color: Cyprus. HEX triplet: 00, 4E and 3D. RGB value is (0,78,61). Sum of RGB (Red+Green+Blue) = 0+78+61=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 78 (30.86% from 255 or 56.12% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 78 - color contains mainly: green. Hex color #004E3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #004E3D is #FFB1C2. Grayscale: #343434. Windows color (decimal): -16757187 or 4017664. OLE color: 4017664.

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

Color convert

RGB 0 78 61 -
CMYK 1 0 0.22 0.69
HSL 166.92º 1% 0.15% -
HSV(B) 166.92º 1% 0.31% -
XYZ 3.57 5.79 5.34 -
YUV 52.74 132.66 90.38 -
System Red Green Blue C M Y K H S L
Decimal 0 78 61 1 0 0.22 0.69 166.92 1 0.15
Hex 0 4E 3D 64 0 16 45 A7 64 F
Octal 0 116 75 144 0 26 105 247 144 17
Binary 0 1001110 111101 1100100 0 10110 1000101 10100111 1100100 1111

Color Harmonies of #004E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004E3D

Black with #004E3D

Text Example


Text Example

White with #004E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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