Html Css Color HEX #4A6115 Verdun Green

📋 copy color: '#4A6115'

red 74 ◦ green 97 ◦ blue 21

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

Shades of Verdun Green #4A6115

Tints of Verdun Green #4A6115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.52%

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

R = 38.54%
G = 50.52%
B = 10.94%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#4A6115 (or 0x4A6115) is known color: Verdun Green. HEX triplet: 4A, 61 and 15. RGB value is (74,97,21). Sum of RGB (Red+Green+Blue) = 74+97+21=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A6115 is #B59EEA. Grayscale: #515151. Windows color (decimal): -11902699 or 1401162. OLE color: 1401162.

HSL color Cylindrical-coordinate representation of color #4A6115: hue angle of 78.16º 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 #4A6115 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 97 21 -
CMYK 0.24 0 0.78 0.62
HSL 78.16º 0.64% 0.23% -
HSV(B) 78.16º 0.78% 0.38% -
XYZ 7.23 10.06 2.27 -
YUV 81.46 93.88 122.68 -
System Red Green Blue C M Y K H S L
Decimal 74 97 21 0.24 0 0.78 0.62 78.16 0.64 0.23
Hex 4A 61 15 18 0 4E 3E 4E 40 17
Octal 112 141 25 30 0 116 76 116 100 27
Binary 1001010 1100001 10101 11000 0 1001110 111110 1001110 1000000 10111

Color Harmonies of #4A6115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6115

Black with #4A6115

Text Example


Text Example

White with #4A6115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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