Html Css Color HEX #3B5212 Verdun Green

📋 copy color: '#3B5212'

red 59 ◦ green 82 ◦ blue 18

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

Shades of Verdun Green #3B5212

Tints of Verdun Green #3B5212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.32%

R = 37.11%
G = 51.57%
B = 11.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#3B5212 (or 0x3B5212) is known color: Verdun Green. HEX triplet: 3B, 52 and 12. RGB value is (59,82,18). Sum of RGB (Red+Green+Blue) = 59+82+18=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #3B5212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5212 is #C4ADED. Grayscale: #444444. Windows color (decimal): -12889582 or 1200699. OLE color: 1200699.

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

Color convert

RGB 59 82 18 -
CMYK 0.28 0 0.78 0.68
HSL 81.56º 0.64% 0.2% -
HSV(B) 81.56º 0.78% 0.32% -
XYZ 4.93 7.01 1.67 -
YUV 67.83 99.88 121.7 -
System Red Green Blue C M Y K H S L
Decimal 59 82 18 0.28 0 0.78 0.68 81.56 0.64 0.2
Hex 3B 52 12 1C 0 4E 44 52 40 14
Octal 73 122 22 34 0 116 104 122 100 24
Binary 111011 1010010 10010 11100 0 1001110 1000100 1010010 1000000 10100

Color Harmonies of #3B5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5212

Black with #3B5212

Text Example


Text Example

White with #3B5212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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