Html Css Color HEX #4C5419 Verdun Green

📋 copy color: '#4C5419'

red 76 ◦ green 84 ◦ blue 25

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

Shades of Verdun Green #4C5419

Tints of Verdun Green #4C5419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.41%

 BLUE value IS 25 (10.16% from 255) = 13.51%

R = 41.08%
G = 45.41%
B = 13.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#4C5419 (or 0x4C5419) is known color: Verdun Green. HEX triplet: 4C, 54 and 19. RGB value is (76,84,25). Sum of RGB (Red+Green+Blue) = 76+84+25=185 (24% of max value = 765). Red value is 76 (30.08% from 255 or 41.08% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5419 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C5419 is #B3ABE6. Grayscale: #4B4B4B. Windows color (decimal): -11774951 or 1659980. OLE color: 1659980.

HSL color Cylindrical-coordinate representation of color #4C5419: hue angle of 68.14º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C5419 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 84 25 -
CMYK 0.10 0 0.70 0.67
HSL 68.14º 0.54% 0.21% -
HSV(B) 68.14º 0.7% 0.33% -
XYZ 6.33 7.95 2.12 -
YUV 74.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 76 84 25 0.10 0 0.70 0.67 68.14 0.54 0.21
Hex 4C 54 19 A 0 46 43 44 36 15
Octal 114 124 31 12 0 106 103 104 66 25
Binary 1001100 1010100 11001 1010 0 1000110 1000011 1000100 110110 10101

Color Harmonies of #4C5419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5419

Black with #4C5419

Text Example


Text Example

White with #4C5419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,84,25); }

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

background-color css

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

 a { background-color: rgb(76,84,25); }

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

border-color css

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

 span { border-color: rgb(76,84,25); }

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