Html Css Color HEX #4C7F6D Viridian

📋 copy color: '#4C7F6D'

red 76 ◦ green 127 ◦ blue 109

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

Shades of Viridian #4C7F6D

Tints of Viridian #4C7F6D

RGB

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

 GREEN value IS 127 (50% from 255) = 40.71%

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 24.36%
G = 40.71%
B = 34.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#4C7F6D (or 0x4C7F6D) is known color: Viridian. HEX triplet: 4C, 7F and 6D. RGB value is (76,127,109). Sum of RGB (Red+Green+Blue) = 76+127+109=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 127 (50% from 255 or 40.71% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 127 - color contains mainly: green. Hex color #4C7F6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7F6D is #B38092. Grayscale: #6D6D6D. Windows color (decimal): -11763859 or 7176012. OLE color: 7176012.

HSL color Cylindrical-coordinate representation of color #4C7F6D: hue angle of 158.82º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4C7F6D is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 127 109 -
CMYK 0.40 0 0.14 0.50
HSL 158.82º 0.25% 0.4% -
HSV(B) 158.82º 0.4% 0.5% -
XYZ 13.33 17.82 17.2 -
YUV 109.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 76 127 109 0.40 0 0.14 0.50 158.82 0.25 0.4
Hex 4C 7F 6D 28 0 E 32 9F 19 28
Octal 114 177 155 50 0 16 62 237 31 50
Binary 1001100 1111111 1101101 101000 0 1110 110010 10011111 11001 101000

Color Harmonies of #4C7F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7F6D

Black with #4C7F6D

Text Example


Text Example

White with #4C7F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,127,109); }

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

background-color css

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

 a { background-color: rgb(76,127,109); }

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

border-color css

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

 span { border-color: rgb(76,127,109); }

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