Html Css Color HEX #4A6614 Verdun Green

📋 copy color: '#4A6614'

red 74 ◦ green 102 ◦ blue 20

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

Shades of Verdun Green #4A6614

Tints of Verdun Green #4A6614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 52.04%

 BLUE value IS 20 (8.2% from 255) = 10.2%

R = 37.76%
G = 52.04%
B = 10.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#4A6614 (or 0x4A6614) is known color: Verdun Green. HEX triplet: 4A, 66 and 14. RGB value is (74,102,20). Sum of RGB (Red+Green+Blue) = 74+102+20=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #4A6614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6614 is #B599EB. Grayscale: #545454. Windows color (decimal): -11901420 or 1336906. OLE color: 1336906.

HSL color Cylindrical-coordinate representation of color #4A6614: hue angle of 80.49º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A6614 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB 74 102 20 -
CMYK 0.27 0 0.80 0.6
HSL 80.49º 0.67% 0.24% -
HSV(B) 80.49º 0.8% 0.4% -
XYZ 7.7 11.01 2.38 -
YUV 84.28 91.72 120.67 -
System Red Green Blue C M Y K H S L
Decimal 74 102 20 0.27 0 0.80 0.6 80.49 0.67 0.24
Hex 4A 66 14 1B 0 50 3C 50 43 18
Octal 112 146 24 33 0 120 74 120 103 30
Binary 1001010 1100110 10100 11011 0 1010000 111100 1010000 1000011 11000

Color Harmonies of #4A6614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6614

Black with #4A6614

Text Example


Text Example

White with #4A6614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,102,20); }

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

background-color css

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

 a { background-color: rgb(74,102,20); }

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

border-color css

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

 span { border-color: rgb(74,102,20); }

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