Html Css Color HEX #3A5017 Verdun Green

📋 copy color: '#3A5017'

red 58 ◦ green 80 ◦ blue 23

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

Shades of Verdun Green #3A5017

Tints of Verdun Green #3A5017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.29%

R = 36.02%
G = 49.69%
B = 14.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#3A5017 (or 0x3A5017) is known color: Verdun Green. HEX triplet: 3A, 50 and 17. RGB value is (58,80,23). Sum of RGB (Red+Green+Blue) = 58+80+23=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 23 (9.38% from 255 or 14.29% from 161); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A5017 is #C5AFE8. Grayscale: #434343. Windows color (decimal): -12955625 or 1527866. OLE color: 1527866.

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

Color convert

RGB 58 80 23 -
CMYK 0.28 0 0.71 0.69
HSL 83.16º 0.55% 0.2% -
HSV(B) 83.16º 0.71% 0.31% -
XYZ 4.77 6.7 1.85 -
YUV 66.92 103.21 121.63 -
System Red Green Blue C M Y K H S L
Decimal 58 80 23 0.28 0 0.71 0.69 83.16 0.55 0.2
Hex 3A 50 17 1C 0 47 45 53 37 14
Octal 72 120 27 34 0 107 105 123 67 24
Binary 111010 1010000 10111 11100 0 1000111 1000101 1010011 110111 10100

Color Harmonies of #3A5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5017

Black with #3A5017

Text Example


Text Example

White with #3A5017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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