Html Css Color HEX #4A5015 Verdun Green

📋 copy color: '#4A5015'

red 74 ◦ green 80 ◦ blue 21

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

Shades of Verdun Green #4A5015

Tints of Verdun Green #4A5015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.71%

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

R = 42.29%
G = 45.71%
B = 12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#4A5015 (or 0x4A5015) is known color: Verdun Green. HEX triplet: 4A, 50 and 15. RGB value is (74,80,21). Sum of RGB (Red+Green+Blue) = 74+80+21=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #4A5015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A5015 is #B5AFEA. Grayscale: #474747. Windows color (decimal): -11907051 or 1396810. OLE color: 1396810.

HSL color Cylindrical-coordinate representation of color #4A5015: hue angle of 66.1º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A5015 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 80 21 -
CMYK 0.08 0 0.74 0.69
HSL 66.1º 0.58% 0.2% -
HSV(B) 66.1º 0.74% 0.31% -
XYZ 5.83 7.25 1.8 -
YUV 71.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 74 80 21 0.08 0 0.74 0.69 66.1 0.58 0.2
Hex 4A 50 15 8 0 4A 45 42 3A 14
Octal 112 120 25 10 0 112 105 102 72 24
Binary 1001010 1010000 10101 1000 0 1001010 1000101 1000010 111010 10100

Color Harmonies of #4A5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5015

Black with #4A5015

Text Example


Text Example

White with #4A5015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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