Html Css Color HEX #4A5518 Verdun Green

📋 copy color: '#4A5518'

red 74 ◦ green 85 ◦ blue 24

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

Shades of Verdun Green #4A5518

Tints of Verdun Green #4A5518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.11%

R = 40.44%
G = 46.45%
B = 13.11%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#4A5518 (or 0x4A5518) is known color: Verdun Green. HEX triplet: 4A, 55 and 18. RGB value is (74,85,24). Sum of RGB (Red+Green+Blue) = 74+85+24=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 24 (9.77% from 255 or 13.11% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #4A5518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5518 is #B5AAE7. Grayscale: #4A4A4A. Windows color (decimal): -11905768 or 1594698. OLE color: 1594698.

HSL color Cylindrical-coordinate representation of color #4A5518: hue angle of 70.82º degrees, saturation: 0.56, 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 #4A5518 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 74 85 24 -
CMYK 0.13 0 0.72 0.67
HSL 70.82º 0.56% 0.21% -
HSV(B) 70.82º 0.72% 0.33% -
XYZ 6.24 8.02 2.08 -
YUV 74.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 74 85 24 0.13 0 0.72 0.67 70.82 0.56 0.21
Hex 4A 55 18 D 0 48 43 47 38 15
Octal 112 125 30 15 0 110 103 107 70 25
Binary 1001010 1010101 11000 1101 0 1001000 1000011 1000111 111000 10101

Color Harmonies of #4A5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5518

Black with #4A5518

Text Example


Text Example

White with #4A5518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,85,24); }

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

background-color css

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

 a { background-color: rgb(74,85,24); }

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

border-color css

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

 span { border-color: rgb(74,85,24); }

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