Html Css Color HEX #3B5015 Verdun Green

📋 copy color: '#3B5015'

red 59 ◦ green 80 ◦ blue 21

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

Shades of Verdun Green #3B5015

Tints of Verdun Green #3B5015

RGB

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

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

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

R = 36.88%
G = 50%
B = 13.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#3B5015 (or 0x3B5015) is known color: Verdun Green. HEX triplet: 3B, 50 and 15. RGB value is (59,80,21). Sum of RGB (Red+Green+Blue) = 59+80+21=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #3B5015 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5015 is #C4AFEA. Grayscale: #434343. Windows color (decimal): -12890091 or 1396795. OLE color: 1396795.

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

Color convert

RGB 59 80 21 -
CMYK 0.26 0 0.74 0.69
HSL 81.36º 0.58% 0.2% -
HSV(B) 81.36º 0.74% 0.31% -
XYZ 4.81 6.72 1.75 -
YUV 67 102.04 122.3 -
System Red Green Blue C M Y K H S L
Decimal 59 80 21 0.26 0 0.74 0.69 81.36 0.58 0.2
Hex 3B 50 15 1A 0 4A 45 51 3A 14
Octal 73 120 25 32 0 112 105 121 72 24
Binary 111011 1010000 10101 11010 0 1001010 1000101 1010001 111010 10100

Color Harmonies of #3B5015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5015

Black with #3B5015

Text Example


Text Example

White with #3B5015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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