Html Css Color HEX #4C615B Viridian Green

📋 copy color: '#4C615B'

red 76 ◦ green 97 ◦ blue 91

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

Shades of Viridian Green #4C615B

Tints of Viridian Green #4C615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.74%

 BLUE value IS 91 (35.94% from 255) = 34.47%

R = 28.79%
G = 36.74%
B = 34.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#4C615B (or 0x4C615B) is known color: Viridian Green. HEX triplet: 4C, 61 and 5B. RGB value is (76,97,91). Sum of RGB (Red+Green+Blue) = 76+97+91=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 97 - color contains mainly: green. Hex color #4C615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C615B is #B39EA4. Grayscale: #5A5A5A. Windows color (decimal): -11771557 or 5988684. OLE color: 5988684.

HSL color Cylindrical-coordinate representation of color #4C615B: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C615B is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 97 91 -
CMYK 0.22 0 0.06 0.62
HSL 162.86º 0.12% 0.34% -
HSV(B) 162.86º 0.22% 0.38% -
XYZ 9.14 10.84 11.51 -
YUV 90.04 128.54 117.99 -
System Red Green Blue C M Y K H S L
Decimal 76 97 91 0.22 0 0.06 0.62 162.86 0.12 0.34
Hex 4C 61 5B 16 0 6 3E A3 C 22
Octal 114 141 133 26 0 6 76 243 14 42
Binary 1001100 1100001 1011011 10110 0 110 111110 10100011 1100 100010

Color Harmonies of #4C615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C615B

Black with #4C615B

Text Example


Text Example

White with #4C615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,97,91); }

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

background-color css

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

 a { background-color: rgb(76,97,91); }

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

border-color css

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

 span { border-color: rgb(76,97,91); }

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