Html Css Color HEX #4E8475 Viridian

📋 copy color: '#4E8475'

red 78 ◦ green 132 ◦ blue 117

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

Shades of Viridian #4E8475

Tints of Viridian #4E8475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.37%

 BLUE value IS 117 (46.09% from 255) = 35.78%

R = 23.85%
G = 40.37%
B = 35.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#4E8475 (or 0x4E8475) is known color: Viridian. HEX triplet: 4E, 84 and 75. RGB value is (78,132,117). Sum of RGB (Red+Green+Blue) = 78+132+117=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 132 - color contains mainly: green. Hex color #4E8475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8475 is #B17B8A. Grayscale: #727272. Windows color (decimal): -11631499 or 7701582. OLE color: 7701582.

HSL color Cylindrical-coordinate representation of color #4E8475: hue angle of 163.33º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E8475 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 78 132 117 -
CMYK 0.41 0 0.11 0.48
HSL 163.33º 0.26% 0.41% -
HSV(B) 163.33º 0.41% 0.52% -
XYZ 14.6 19.41 19.81 -
YUV 114.14 129.61 102.22 -
System Red Green Blue C M Y K H S L
Decimal 78 132 117 0.41 0 0.11 0.48 163.33 0.26 0.41
Hex 4E 84 75 29 0 B 30 A3 1A 29
Octal 116 204 165 51 0 13 60 243 32 51
Binary 1001110 10000100 1110101 101001 0 1011 110000 10100011 11010 101001

Color Harmonies of #4E8475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8475

Black with #4E8475

Text Example


Text Example

White with #4E8475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,132,117); }

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

background-color css

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

 a { background-color: rgb(78,132,117); }

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

border-color css

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

 span { border-color: rgb(78,132,117); }

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