Html Css Color HEX #3A5016 Verdun Green

📋 copy color: '#3A5016'

red 58 ◦ green 80 ◦ blue 22

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

Shades of Verdun Green #3A5016

Tints of Verdun Green #3A5016

RGB

 RED value IS 58 (23.05% from 255) = 36.25%

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

 BLUE value IS 22 (8.98% from 255) = 13.75%

R = 36.25%
G = 50%
B = 13.75%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#3A5016 (or 0x3A5016) is known color: Verdun Green. HEX triplet: 3A, 50 and 16. RGB value is (58,80,22). Sum of RGB (Red+Green+Blue) = 58+80+22=160 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.25% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5016 is #C5AFE9. Grayscale: #434343. Windows color (decimal): -12955626 or 1462330. OLE color: 1462330.

HSL color Cylindrical-coordinate representation of color #3A5016: hue angle of 82.76º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A5016 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 80 22 -
CMYK 0.28 0 0.72 0.69
HSL 82.76º 0.57% 0.2% -
HSV(B) 82.76º 0.73% 0.31% -
XYZ 4.76 6.69 1.8 -
YUV 66.81 102.71 121.72 -
System Red Green Blue C M Y K H S L
Decimal 58 80 22 0.28 0 0.72 0.69 82.76 0.57 0.2
Hex 3A 50 16 1C 0 48 45 53 39 14
Octal 72 120 26 34 0 110 105 123 71 24
Binary 111010 1010000 10110 11100 0 1001000 1000101 1010011 111001 10100

Color Harmonies of #3A5016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5016

Black with #3A5016

Text Example


Text Example

White with #3A5016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5016; }

 p { color: rgb(58,80,22); }

 H1.HeaderClassName
 {
   color: #3A5016;
 }
 .AnyTagClassName
 {
   color: #3A5016;
 }
</style>

background-color css

<style>
 a { background-color: #3A5016; }

 a { background-color: rgb(58,80,22); }

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

border-color css

<style>
 span { border-color: #3A5016; }

 span { border-color: rgb(58,80,22); }

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