Html Css Color HEX #4C5515 Verdun Green

📋 copy color: '#4C5515'

red 76 ◦ green 85 ◦ blue 21

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

Shades of Verdun Green #4C5515

Tints of Verdun Green #4C5515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.7%

 BLUE value IS 21 (8.59% from 255) = 11.54%

R = 41.76%
G = 46.7%
B = 11.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#4C5515 (or 0x4C5515) is known color: Verdun Green. HEX triplet: 4C, 55 and 15. RGB value is (76,85,21). Sum of RGB (Red+Green+Blue) = 76+85+21=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #4C5515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5515 is #B3AAEA. Grayscale: #4B4B4B. Windows color (decimal): -11774699 or 1398092. OLE color: 1398092.

HSL color Cylindrical-coordinate representation of color #4C5515: hue angle of 68.44º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C5515 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 85 21 -
CMYK 0.11 0 0.75 0.67
HSL 68.44º 0.6% 0.21% -
HSV(B) 68.44º 0.75% 0.33% -
XYZ 6.36 8.09 1.94 -
YUV 75.01 97.52 128.7 -
System Red Green Blue C M Y K H S L
Decimal 76 85 21 0.11 0 0.75 0.67 68.44 0.6 0.21
Hex 4C 55 15 B 0 4B 43 44 3C 15
Octal 114 125 25 13 0 113 103 104 74 25
Binary 1001100 1010101 10101 1011 0 1001011 1000011 1000100 111100 10101

Color Harmonies of #4C5515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5515

Black with #4C5515

Text Example


Text Example

White with #4C5515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,85,21); }

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

background-color css

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

 a { background-color: rgb(76,85,21); }

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

border-color css

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

 span { border-color: rgb(76,85,21); }

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