Html Css Color HEX #4C520D Verdun Green

📋 copy color: '#4C520D'

red 76 ◦ green 82 ◦ blue 13

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

Shades of Verdun Green #4C520D

Tints of Verdun Green #4C520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.95%

 BLUE value IS 13 (5.47% from 255) = 7.6%

R = 44.44%
G = 47.95%
B = 7.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#4C520D (or 0x4C520D) is known color: Verdun Green. HEX triplet: 4C, 52 and 0D. RGB value is (76,82,13). Sum of RGB (Red+Green+Blue) = 76+82+13=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 82 (32.42% from 255 or 47.95% from 171); Blue value is 13 (5.47% from 255 or 7.60% from 171); Max value from RGB is 82 - color contains mainly: green. Hex color #4C520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C520D is #B3ADF2. Grayscale: #484848. Windows color (decimal): -11775475 or 873036. OLE color: 873036.

HSL color Cylindrical-coordinate representation of color #4C520D: hue angle of 65.22º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C520D is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 76 82 13 -
CMYK 0.07 0 0.84 0.68
HSL 65.22º 0.73% 0.19% -
HSV(B) 65.22º 0.84% 0.32% -
XYZ 6.07 7.6 1.53 -
YUV 72.34 94.51 130.61 -
System Red Green Blue C M Y K H S L
Decimal 76 82 13 0.07 0 0.84 0.68 65.22 0.73 0.19
Hex 4C 52 D 7 0 54 44 41 49 13
Octal 114 122 15 7 0 124 104 101 111 23
Binary 1001100 1010010 1101 111 0 1010100 1000100 1000001 1001001 10011

Color Harmonies of #4C520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C520D

Black with #4C520D

Text Example


Text Example

White with #4C520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,82,13); }

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

background-color css

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

 a { background-color: rgb(76,82,13); }

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

border-color css

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

 span { border-color: rgb(76,82,13); }

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