Html Css Color HEX #3B5415 Verdun Green

📋 copy color: '#3B5415'

red 59 ◦ green 84 ◦ blue 21

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

Shades of Verdun Green #3B5415

Tints of Verdun Green #3B5415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 51.22%

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

R = 35.98%
G = 51.22%
B = 12.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#3B5415 (or 0x3B5415) is known color: Verdun Green. HEX triplet: 3B, 54 and 15. RGB value is (59,84,21). Sum of RGB (Red+Green+Blue) = 59+84+21=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 84 (33.20% from 255 or 51.22% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 84 - color contains mainly: green. Hex color #3B5415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5415 is #C4ABEA. Grayscale: #454545. Windows color (decimal): -12889067 or 1397819. OLE color: 1397819.

HSL color Cylindrical-coordinate representation of color #3B5415: hue angle of 83.81º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B5415 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 84 21 -
CMYK 0.30 0 0.75 0.67
HSL 83.81º 0.6% 0.21% -
HSV(B) 83.81º 0.75% 0.33% -
XYZ 5.11 7.32 1.85 -
YUV 69.34 100.72 120.62 -
System Red Green Blue C M Y K H S L
Decimal 59 84 21 0.30 0 0.75 0.67 83.81 0.6 0.21
Hex 3B 54 15 1E 0 4B 43 54 3C 15
Octal 73 124 25 36 0 113 103 124 74 25
Binary 111011 1010100 10101 11110 0 1001011 1000011 1010100 111100 10101

Color Harmonies of #3B5415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5415

Black with #3B5415

Text Example


Text Example

White with #3B5415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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