Html Css Color HEX #4A6015 Verdun Green

📋 copy color: '#4A6015'

red 74 ◦ green 96 ◦ blue 21

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

Shades of Verdun Green #4A6015

Tints of Verdun Green #4A6015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.99%

R = 38.74%
G = 50.26%
B = 10.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#4A6015 (or 0x4A6015) is known color: Verdun Green. HEX triplet: 4A, 60 and 15. RGB value is (74,96,21). Sum of RGB (Red+Green+Blue) = 74+96+21=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 21 (8.59% from 255 or 10.99% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #4A6015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6015 is #B59FEA. Grayscale: #515151. Windows color (decimal): -11902955 or 1400906. OLE color: 1400906.

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

Color convert

RGB 74 96 21 -
CMYK 0.23 0 0.78 0.62
HSL 77.6º 0.64% 0.23% -
HSV(B) 77.6º 0.78% 0.38% -
XYZ 7.14 9.88 2.24 -
YUV 80.87 94.21 123.1 -
System Red Green Blue C M Y K H S L
Decimal 74 96 21 0.23 0 0.78 0.62 77.6 0.64 0.23
Hex 4A 60 15 17 0 4E 3E 4E 40 17
Octal 112 140 25 27 0 116 76 116 100 27
Binary 1001010 1100000 10101 10111 0 1001110 111110 1001110 1000000 10111

Color Harmonies of #4A6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6015

Black with #4A6015

Text Example


Text Example

White with #4A6015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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