Html Css Color HEX #4A6417 Verdun Green

📋 copy color: '#4A6417'

red 74 ◦ green 100 ◦ blue 23

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

Shades of Verdun Green #4A6417

Tints of Verdun Green #4A6417

RGB

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

 GREEN value IS 100 (39.45% from 255) = 50.76%

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

R = 37.56%
G = 50.76%
B = 11.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#4A6417 (or 0x4A6417) is known color: Verdun Green. HEX triplet: 4A, 64 and 17. RGB value is (74,100,23). Sum of RGB (Red+Green+Blue) = 74+100+23=197 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.56% from 197); Green value is 100 (39.45% from 255 or 50.76% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 100 - color contains mainly: green. Hex color #4A6417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6417 is #B59BE8. Grayscale: #535353. Windows color (decimal): -11901929 or 1533002. OLE color: 1533002.

HSL color Cylindrical-coordinate representation of color #4A6417: hue angle of 80.26º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A6417 is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB 74 100 23 -
CMYK 0.26 0 0.77 0.61
HSL 80.26º 0.63% 0.24% -
HSV(B) 80.26º 0.77% 0.39% -
XYZ 7.54 10.63 2.47 -
YUV 83.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 74 100 23 0.26 0 0.77 0.61 80.26 0.63 0.24
Hex 4A 64 17 1A 0 4D 3D 50 3F 18
Octal 112 144 27 32 0 115 75 120 77 30
Binary 1001010 1100100 10111 11010 0 1001101 111101 1010000 111111 11000

Color Harmonies of #4A6417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6417

Black with #4A6417

Text Example


Text Example

White with #4A6417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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