Html Css Color HEX #4C685C Viridian Green

📋 copy color: '#4C685C'

red 76 ◦ green 104 ◦ blue 92

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

Shades of Viridian Green #4C685C

Tints of Viridian Green #4C685C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.24%

 BLUE value IS 92 (36.33% from 255) = 33.82%

R = 27.94%
G = 38.24%
B = 33.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#4C685C (or 0x4C685C) is known color: Viridian Green. HEX triplet: 4C, 68 and 5C. RGB value is (76,104,92). Sum of RGB (Red+Green+Blue) = 76+104+92=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #4C685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C685C is #B397A3. Grayscale: #5E5E5E. Windows color (decimal): -11769764 or 6056012. OLE color: 6056012.

HSL color Cylindrical-coordinate representation of color #4C685C: hue angle of 154.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C685C is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 104 92 -
CMYK 0.27 0 0.12 0.59
HSL 154.29º 0.16% 0.35% -
HSV(B) 154.29º 0.27% 0.41% -
XYZ 9.86 12.21 11.96 -
YUV 94.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 76 104 92 0.27 0 0.12 0.59 154.29 0.16 0.35
Hex 4C 68 5C 1B 0 C 3B 9A 10 23
Octal 114 150 134 33 0 14 73 232 20 43
Binary 1001100 1101000 1011100 11011 0 1100 111011 10011010 10000 100011

Color Harmonies of #4C685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C685C

Black with #4C685C

Text Example


Text Example

White with #4C685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,104,92); }

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

background-color css

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

 a { background-color: rgb(76,104,92); }

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

border-color css

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

 span { border-color: rgb(76,104,92); }

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