Html Css Color HEX #4C816F Viridian

📋 copy color: '#4C816F'

red 76 ◦ green 129 ◦ blue 111

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

Shades of Viridian #4C816F

Tints of Viridian #4C816F

RGB

 RED value IS 76 (30.08% from 255) = 24.05%

 GREEN value IS 129 (50.78% from 255) = 40.82%

 BLUE value IS 111 (43.75% from 255) = 35.13%

R = 24.05%
G = 40.82%
B = 35.13%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#4C816F (or 0x4C816F) is known color: Viridian. HEX triplet: 4C, 81 and 6F. RGB value is (76,129,111). Sum of RGB (Red+Green+Blue) = 76+129+111=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 129 - color contains mainly: green. Hex color #4C816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C816F is #B37E90. Grayscale: #6F6F6F. Windows color (decimal): -11763345 or 7307596. OLE color: 7307596.

HSL color Cylindrical-coordinate representation of color #4C816F: hue angle of 159.62º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4C816F is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 76 129 111 -
CMYK 0.41 0 0.14 0.49
HSL 159.62º 0.26% 0.4% -
HSV(B) 159.62º 0.41% 0.51% -
XYZ 13.7 18.38 17.87 -
YUV 111.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 76 129 111 0.41 0 0.14 0.49 159.62 0.26 0.4
Hex 4C 81 6F 29 0 E 31 A0 1A 28
Octal 114 201 157 51 0 16 61 240 32 50
Binary 1001100 10000001 1101111 101001 0 1110 110001 10100000 11010 101000

Color Harmonies of #4C816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C816F

Black with #4C816F

Text Example


Text Example

White with #4C816F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,129,111); }

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

background-color css

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

 a { background-color: rgb(76,129,111); }

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

border-color css

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

 span { border-color: rgb(76,129,111); }

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