Html Css Color HEX #4E6960 Viridian Green

📋 copy color: '#4E6960'

red 78 ◦ green 105 ◦ blue 96

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

Shades of Viridian Green #4E6960

Tints of Viridian Green #4E6960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.63%

 BLUE value IS 96 (37.89% from 255) = 34.41%

R = 27.96%
G = 37.63%
B = 34.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#4E6960 (or 0x4E6960) is known color: Viridian Green. HEX triplet: 4E, 69 and 60. RGB value is (78,105,96). Sum of RGB (Red+Green+Blue) = 78+105+96=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #4E6960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6960 is #B1969F. Grayscale: #5F5F5F. Windows color (decimal): -11638432 or 6318414. OLE color: 6318414.

HSL color Cylindrical-coordinate representation of color #4E6960: hue angle of 160º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E6960 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 105 96 -
CMYK 0.26 0 0.09 0.59
HSL 160º 0.15% 0.36% -
HSV(B) 160º 0.26% 0.41% -
XYZ 10.3 12.57 12.95 -
YUV 95.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 78 105 96 0.26 0 0.09 0.59 160 0.15 0.36
Hex 4E 69 60 1A 0 9 3B A0 F 24
Octal 116 151 140 32 0 11 73 240 17 44
Binary 1001110 1101001 1100000 11010 0 1001 111011 10100000 1111 100100

Color Harmonies of #4E6960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6960

Black with #4E6960

Text Example


Text Example

White with #4E6960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,105,96); }

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

background-color css

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

 a { background-color: rgb(78,105,96); }

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

border-color css

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

 span { border-color: rgb(78,105,96); }

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