Html Css Color HEX #4C816B Viridian

📋 copy color: '#4C816B'

red 76 ◦ green 129 ◦ blue 107

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

Shades of Viridian #4C816B

Tints of Viridian #4C816B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 24.36%
G = 41.35%
B = 34.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#4C816B (or 0x4C816B) is known color: Viridian. HEX triplet: 4C, 81 and 6B. RGB value is (76,129,107). Sum of RGB (Red+Green+Blue) = 76+129+107=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #4C816B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C816B is #B37E94. Grayscale: #6E6E6E. Windows color (decimal): -11763349 or 7045452. OLE color: 7045452.

HSL color Cylindrical-coordinate representation of color #4C816B: hue angle of 155.09º 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 #4C816B is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 76 129 107 -
CMYK 0.41 0 0.17 0.49
HSL 155.09º 0.26% 0.4% -
HSV(B) 155.09º 0.41% 0.51% -
XYZ 13.48 18.3 16.73 -
YUV 110.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 76 129 107 0.41 0 0.17 0.49 155.09 0.26 0.4
Hex 4C 81 6B 29 0 11 31 9B 1A 28
Octal 114 201 153 51 0 21 61 233 32 50
Binary 1001100 10000001 1101011 101001 0 10001 110001 10011011 11010 101000

Color Harmonies of #4C816B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C816B

Black with #4C816B

Text Example


Text Example

White with #4C816B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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