Html Css Color HEX #4C5104 Verdun Green

📋 copy color: '#4C5104'

red 76 ◦ green 81 ◦ blue 4

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

Shades of Verdun Green #4C5104

Tints of Verdun Green #4C5104

RGB

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

 GREEN value IS 81 (32.03% from 255) = 50.31%

 BLUE value IS 4 (1.95% from 255) = 2.48%

R = 47.2%
G = 50.31%
B = 2.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#4C5104 (or 0x4C5104) is known color: Verdun Green. HEX triplet: 4C, 51 and 04. RGB value is (76,81,4). Sum of RGB (Red+Green+Blue) = 76+81+4=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #4C5104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5104 is #B3AEFB. Grayscale: #474747. Windows color (decimal): -11775740 or 282956. OLE color: 282956.

HSL color Cylindrical-coordinate representation of color #4C5104: hue angle of 63.9º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C5104 is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB 76 81 4 -
CMYK 0.06 0 0.95 0.68
HSL 63.9º 0.91% 0.17% -
HSV(B) 63.9º 0.95% 0.32% -
XYZ 5.94 7.43 1.24 -
YUV 70.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 76 81 4 0.06 0 0.95 0.68 63.9 0.91 0.17
Hex 4C 51 4 6 0 5F 44 40 5B 11
Octal 114 121 4 6 0 137 104 100 133 21
Binary 1001100 1010001 100 110 0 1011111 1000100 1000000 1011011 10001

Color Harmonies of #4C5104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5104

Black with #4C5104

Text Example


Text Example

White with #4C5104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,81,4); }

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

background-color css

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

 a { background-color: rgb(76,81,4); }

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

border-color css

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

 span { border-color: rgb(76,81,4); }

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