Html Css Color HEX #4E7062 Viridian Green

📋 copy color: '#4E7062'

red 78 ◦ green 112 ◦ blue 98

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

Shades of Viridian Green #4E7062

Tints of Viridian Green #4E7062

RGB

 RED value IS 78 (30.86% from 255) = 27.08%

 GREEN value IS 112 (44.14% from 255) = 38.89%

 BLUE value IS 98 (38.67% from 255) = 34.03%

R = 27.08%
G = 38.89%
B = 34.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#4E7062 (or 0x4E7062) is known color: Viridian Green. HEX triplet: 4E, 70 and 62. RGB value is (78,112,98). Sum of RGB (Red+Green+Blue) = 78+112+98=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 98 (38.67% from 255 or 34.03% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #4E7062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7062 is #B18F9D. Grayscale: #646464. Windows color (decimal): -11636638 or 6451278. OLE color: 6451278.

HSL color Cylindrical-coordinate representation of color #4E7062: hue angle of 155.29º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4E7062 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 112 98 -
CMYK 0.30 0 0.13 0.56
HSL 155.29º 0.18% 0.37% -
HSV(B) 155.29º 0.3% 0.44% -
XYZ 11.14 14.09 13.69 -
YUV 100.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 78 112 98 0.30 0 0.13 0.56 155.29 0.18 0.37
Hex 4E 70 62 1E 0 D 38 9B 12 25
Octal 116 160 142 36 0 15 70 233 22 45
Binary 1001110 1110000 1100010 11110 0 1101 111000 10011011 10010 100101

Color Harmonies of #4E7062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7062

Black with #4E7062

Text Example


Text Example

White with #4E7062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E7062; }

 p { color: rgb(78,112,98); }

 H1.HeaderClassName
 {
   color: #4E7062;
 }
 .AnyTagClassName
 {
   color: #4E7062;
 }
</style>

background-color css

<style>
 a { background-color: #4E7062; }

 a { background-color: rgb(78,112,98); }

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

border-color css

<style>
 span { border-color: #4E7062; }

 span { border-color: rgb(78,112,98); }

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