Html Css Color HEX #3A5015 Verdun Green

📋 copy color: '#3A5015'

red 58 ◦ green 80 ◦ blue 21

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

Shades of Verdun Green #3A5015

Tints of Verdun Green #3A5015

RGB

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

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

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

R = 36.48%
G = 50.31%
B = 13.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#3A5015 (or 0x3A5015) is known color: Verdun Green. HEX triplet: 3A, 50 and 15. RGB value is (58,80,21). Sum of RGB (Red+Green+Blue) = 58+80+21=159 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.48% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 21 (8.59% from 255 or 13.21% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5015 is #C5AFEA. Grayscale: #424242. Windows color (decimal): -12955627 or 1396794. OLE color: 1396794.

HSL color Cylindrical-coordinate representation of color #3A5015: hue angle of 82.37º 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 #3A5015 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 80 21 -
CMYK 0.28 0 0.74 0.69
HSL 82.37º 0.58% 0.2% -
HSV(B) 82.37º 0.74% 0.31% -
XYZ 4.75 6.69 1.75 -
YUV 66.7 102.21 121.8 -
System Red Green Blue C M Y K H S L
Decimal 58 80 21 0.28 0 0.74 0.69 82.37 0.58 0.2
Hex 3A 50 15 1C 0 4A 45 52 3A 14
Octal 72 120 25 34 0 112 105 122 72 24
Binary 111010 1010000 10101 11100 0 1001010 1000101 1010010 111010 10100

Color Harmonies of #3A5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5015

Black with #3A5015

Text Example


Text Example

White with #3A5015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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