Html Css Color HEX #3B5215 Verdun Green

📋 copy color: '#3B5215'

red 59 ◦ green 82 ◦ blue 21

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

Shades of Verdun Green #3B5215

Tints of Verdun Green #3B5215

RGB

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

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

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

R = 36.42%
G = 50.62%
B = 12.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#3B5215 (or 0x3B5215) is known color: Verdun Green. HEX triplet: 3B, 52 and 15. RGB value is (59,82,21). Sum of RGB (Red+Green+Blue) = 59+82+21=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 82 (32.42% from 255 or 50.62% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 82 - color contains mainly: green. Hex color #3B5215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5215 is #C4ADEA. Grayscale: #444444. Windows color (decimal): -12889579 or 1397307. OLE color: 1397307.

HSL color Cylindrical-coordinate representation of color #3B5215: hue angle of 82.62º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B5215 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 59 82 21 -
CMYK 0.28 0 0.74 0.68
HSL 82.62º 0.59% 0.2% -
HSV(B) 82.62º 0.74% 0.32% -
XYZ 4.96 7.02 1.8 -
YUV 68.17 101.38 121.46 -
System Red Green Blue C M Y K H S L
Decimal 59 82 21 0.28 0 0.74 0.68 82.62 0.59 0.2
Hex 3B 52 15 1C 0 4A 44 53 3B 14
Octal 73 122 25 34 0 112 104 123 73 24
Binary 111011 1010010 10101 11100 0 1001010 1000100 1010011 111011 10100

Color Harmonies of #3B5215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5215

Black with #3B5215

Text Example


Text Example

White with #3B5215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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