Html Css Color HEX #4C5517 Verdun Green

📋 copy color: '#4C5517'

red 76 ◦ green 85 ◦ blue 23

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

Shades of Verdun Green #4C5517

Tints of Verdun Green #4C5517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.5%

R = 41.3%
G = 46.2%
B = 12.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#4C5517 (or 0x4C5517) is known color: Verdun Green. HEX triplet: 4C, 55 and 17. RGB value is (76,85,23). Sum of RGB (Red+Green+Blue) = 76+85+23=184 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.30% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 23 (9.38% from 255 or 12.5% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #4C5517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5517 is #B3AAE8. Grayscale: #4B4B4B. Windows color (decimal): -11774697 or 1529164. OLE color: 1529164.

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

Color convert

RGB 76 85 23 -
CMYK 0.11 0 0.73 0.67
HSL 68.71º 0.57% 0.21% -
HSV(B) 68.71º 0.73% 0.33% -
XYZ 6.38 8.1 2.04 -
YUV 75.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 76 85 23 0.11 0 0.73 0.67 68.71 0.57 0.21
Hex 4C 55 17 B 0 49 43 45 39 15
Octal 114 125 27 13 0 111 103 105 71 25
Binary 1001100 1010101 10111 1011 0 1001001 1000011 1000101 111001 10101

Color Harmonies of #4C5517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5517

Black with #4C5517

Text Example


Text Example

White with #4C5517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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