Html Css Color HEX #4C541A Verdun Green

📋 copy color: '#4C541A'

red 76 ◦ green 84 ◦ blue 26

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

Shades of Verdun Green #4C541A

Tints of Verdun Green #4C541A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.98%

R = 40.86%
G = 45.16%
B = 13.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#4C541A (or 0x4C541A) is known color: Verdun Green. HEX triplet: 4C, 54 and 1A. RGB value is (76,84,26). Sum of RGB (Red+Green+Blue) = 76+84+26=186 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.86% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #4C541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C541A is #B3ABE5. Grayscale: #4B4B4B. Windows color (decimal): -11774950 or 1725516. OLE color: 1725516.

HSL color Cylindrical-coordinate representation of color #4C541A: hue angle of 68.28º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C541A is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 76 84 26 -
CMYK 0.10 0 0.69 0.67
HSL 68.28º 0.53% 0.22% -
HSV(B) 68.28º 0.69% 0.33% -
XYZ 6.34 7.95 2.18 -
YUV 75 100.35 128.72 -
System Red Green Blue C M Y K H S L
Decimal 76 84 26 0.10 0 0.69 0.67 68.28 0.53 0.22
Hex 4C 54 1A A 0 45 43 44 35 16
Octal 114 124 32 12 0 105 103 104 65 26
Binary 1001100 1010100 11010 1010 0 1000101 1000011 1000100 110101 10110

Color Harmonies of #4C541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C541A

Black with #4C541A

Text Example


Text Example

White with #4C541A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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