Html Css Color HEX #4C8B73 Viridian

📋 copy color: '#4C8B73'

red 76 ◦ green 139 ◦ blue 115

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

Shades of Viridian #4C8B73

Tints of Viridian #4C8B73

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.12%

 BLUE value IS 115 (45.31% from 255) = 34.85%

R = 23.03%
G = 42.12%
B = 34.85%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#4C8B73 (or 0x4C8B73) is known color: Viridian. HEX triplet: 4C, 8B and 73. RGB value is (76,139,115). Sum of RGB (Red+Green+Blue) = 76+139+115=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #4C8B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C8B73 is #B3748C. Grayscale: #757575. Windows color (decimal): -11760781 or 7572300. OLE color: 7572300.

HSL color Cylindrical-coordinate representation of color #4C8B73: hue angle of 157.14º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C8B73 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 139 115 -
CMYK 0.45 0 0.17 0.45
HSL 157.14º 0.29% 0.42% -
HSV(B) 157.14º 0.45% 0.55% -
XYZ 15.31 21.24 19.51 -
YUV 117.43 126.63 98.45 -
System Red Green Blue C M Y K H S L
Decimal 76 139 115 0.45 0 0.17 0.45 157.14 0.29 0.42
Hex 4C 8B 73 2D 0 11 2D 9D 1D 2A
Octal 114 213 163 55 0 21 55 235 35 52
Binary 1001100 10001011 1110011 101101 0 10001 101101 10011101 11101 101010

Color Harmonies of #4C8B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8B73

Black with #4C8B73

Text Example


Text Example

White with #4C8B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,139,115); }

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

background-color css

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

 a { background-color: rgb(76,139,115); }

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

border-color css

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

 span { border-color: rgb(76,139,115); }

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