Html Css Color HEX #4A561C Verdun Green

📋 copy color: '#4A561C'

red 74 ◦ green 86 ◦ blue 28

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

Shades of Verdun Green #4A561C

Tints of Verdun Green #4A561C

RGB

 RED value IS 74 (29.3% from 255) = 39.36%

 GREEN value IS 86 (33.98% from 255) = 45.74%

 BLUE value IS 28 (11.33% from 255) = 14.89%

R = 39.36%
G = 45.74%
B = 14.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.66

RGB Variations

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

Color information

#4A561C (or 0x4A561C) is known color: Verdun Green. HEX triplet: 4A, 56 and 1C. RGB value is (74,86,28). Sum of RGB (Red+Green+Blue) = 74+86+28=188 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.36% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 86 - color contains mainly: green. Hex color #4A561C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A561C is #B5A9E3. Grayscale: #4C4C4C. Windows color (decimal): -11905508 or 1857098. OLE color: 1857098.

HSL color Cylindrical-coordinate representation of color #4A561C: hue angle of 72.41º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A561C is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB 74 86 28 -
CMYK 0.14 0 0.67 0.66
HSL 72.41º 0.51% 0.22% -
HSV(B) 72.41º 0.67% 0.34% -
XYZ 6.36 8.2 2.35 -
YUV 75.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 74 86 28 0.14 0 0.67 0.66 72.41 0.51 0.22
Hex 4A 56 1C E 0 43 42 48 33 16
Octal 112 126 34 16 0 103 102 110 63 26
Binary 1001010 1010110 11100 1110 0 1000011 1000010 1001000 110011 10110

Color Harmonies of #4A561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A561C

Black with #4A561C

Text Example


Text Example

White with #4A561C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,86,28); }

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

background-color css

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

 a { background-color: rgb(74,86,28); }

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

border-color css

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

 span { border-color: rgb(74,86,28); }

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