Html Css Color HEX #3B5210 Verdun Green

📋 copy color: '#3B5210'

red 59 ◦ green 82 ◦ blue 16

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

Shades of Verdun Green #3B5210

Tints of Verdun Green #3B5210

RGB

 RED value IS 59 (23.44% from 255) = 37.58%

 GREEN value IS 82 (32.42% from 255) = 52.23%

 BLUE value IS 16 (6.64% from 255) = 10.19%

R = 37.58%
G = 52.23%
B = 10.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#3B5210 (or 0x3B5210) is known color: Verdun Green. HEX triplet: 3B, 52 and 10. RGB value is (59,82,16). Sum of RGB (Red+Green+Blue) = 59+82+16=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 82 (32.42% from 255 or 52.23% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 82 - color contains mainly: green. Hex color #3B5210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5210 is #C4ADEF. Grayscale: #434343. Windows color (decimal): -12889584 or 1069627. OLE color: 1069627.

HSL color Cylindrical-coordinate representation of color #3B5210: hue angle of 80.91º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B5210 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 59 82 16 -
CMYK 0.28 0 0.80 0.68
HSL 80.91º 0.67% 0.19% -
HSV(B) 80.91º 0.8% 0.32% -
XYZ 4.91 7 1.58 -
YUV 67.6 98.88 121.87 -
System Red Green Blue C M Y K H S L
Decimal 59 82 16 0.28 0 0.80 0.68 80.91 0.67 0.19
Hex 3B 52 10 1C 0 50 44 51 43 13
Octal 73 122 20 34 0 120 104 121 103 23
Binary 111011 1010010 10000 11100 0 1010000 1000100 1010001 1000011 10011

Color Harmonies of #3B5210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5210

Black with #3B5210

Text Example


Text Example

White with #3B5210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,82,16); }

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

background-color css

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

 a { background-color: rgb(59,82,16); }

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

border-color css

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

 span { border-color: rgb(59,82,16); }

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