Html Css Color HEX #4A600E Verdun Green

📋 copy color: '#4A600E'

red 74 ◦ green 96 ◦ blue 14

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

Shades of Verdun Green #4A600E

Tints of Verdun Green #4A600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 52.17%

 BLUE value IS 14 (5.86% from 255) = 7.61%

R = 40.22%
G = 52.17%
B = 7.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#4A600E (or 0x4A600E) is known color: Verdun Green. HEX triplet: 4A, 60 and 0E. RGB value is (74,96,14). Sum of RGB (Red+Green+Blue) = 74+96+14=184 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.22% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 14 (5.86% from 255 or 7.61% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #4A600E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A600E is #B59FF1. Grayscale: #505050. Windows color (decimal): -11902962 or 942154. OLE color: 942154.

HSL color Cylindrical-coordinate representation of color #4A600E: hue angle of 76.1º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A600E is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 96 14 -
CMYK 0.23 0 0.85 0.62
HSL 76.1º 0.75% 0.22% -
HSV(B) 76.1º 0.85% 0.38% -
XYZ 7.09 9.85 1.94 -
YUV 80.07 90.71 123.67 -
System Red Green Blue C M Y K H S L
Decimal 74 96 14 0.23 0 0.85 0.62 76.1 0.75 0.22
Hex 4A 60 E 17 0 55 3E 4C 4B 16
Octal 112 140 16 27 0 125 76 114 113 26
Binary 1001010 1100000 1110 10111 0 1010101 111110 1001100 1001011 10110

Color Harmonies of #4A600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A600E

Black with #4A600E

Text Example


Text Example

White with #4A600E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,96,14); }

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

background-color css

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

 a { background-color: rgb(74,96,14); }

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

border-color css

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

 span { border-color: rgb(74,96,14); }

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