Html Css Color HEX #4A5417 Verdun Green

📋 copy color: '#4A5417'

red 74 ◦ green 84 ◦ blue 23

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

Shades of Verdun Green #4A5417

Tints of Verdun Green #4A5417

RGB

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

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

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

R = 40.88%
G = 46.41%
B = 12.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#4A5417 (or 0x4A5417) is known color: Verdun Green. HEX triplet: 4A, 54 and 17. RGB value is (74,84,23). Sum of RGB (Red+Green+Blue) = 74+84+23=181 (23% of max value = 765). Red value is 74 (29.30% from 255 or 40.88% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #4A5417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5417 is #B5ABE8. Grayscale: #4A4A4A. Windows color (decimal): -11906025 or 1528906. OLE color: 1528906.

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

Color convert

RGB 74 84 23 -
CMYK 0.12 0 0.73 0.67
HSL 69.84º 0.57% 0.21% -
HSV(B) 69.84º 0.73% 0.33% -
XYZ 6.15 7.86 2 -
YUV 74.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 74 84 23 0.12 0 0.73 0.67 69.84 0.57 0.21
Hex 4A 54 17 C 0 49 43 46 39 15
Octal 112 124 27 14 0 111 103 106 71 25
Binary 1001010 1010100 10111 1100 0 1001001 1000011 1000110 111001 10101

Color Harmonies of #4A5417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5417

Black with #4A5417

Text Example


Text Example

White with #4A5417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,84,23); }

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

background-color css

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

 a { background-color: rgb(74,84,23); }

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

border-color css

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

 span { border-color: rgb(74,84,23); }

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