Html Css Color HEX #4C5317 Verdun Green

📋 copy color: '#4C5317'

red 76 ◦ green 83 ◦ blue 23

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

Shades of Verdun Green #4C5317

Tints of Verdun Green #4C5317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.6%

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

R = 41.76%
G = 45.6%
B = 12.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#4C5317 (or 0x4C5317) is known color: Verdun Green. HEX triplet: 4C, 53 and 17. RGB value is (76,83,23). Sum of RGB (Red+Green+Blue) = 76+83+23=182 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.76% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #4C5317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5317 is #B3ACE8. Grayscale: #4A4A4A. Windows color (decimal): -11775209 or 1528652. OLE color: 1528652.

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

Color convert

RGB 76 83 23 -
CMYK 0.08 0 0.72 0.67
HSL 67º 0.57% 0.21% -
HSV(B) 67º 0.72% 0.33% -
XYZ 6.23 7.78 1.98 -
YUV 74.07 99.18 129.38 -
System Red Green Blue C M Y K H S L
Decimal 76 83 23 0.08 0 0.72 0.67 67 0.57 0.21
Hex 4C 53 17 8 0 48 43 43 39 15
Octal 114 123 27 10 0 110 103 103 71 25
Binary 1001100 1010011 10111 1000 0 1001000 1000011 1000011 111001 10101

Color Harmonies of #4C5317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5317

Black with #4C5317

Text Example


Text Example

White with #4C5317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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