Html Css Color HEX #3B520F Verdun Green

📋 copy color: '#3B520F'

red 59 ◦ green 82 ◦ blue 15

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

Shades of Verdun Green #3B520F

Tints of Verdun Green #3B520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.62%

R = 37.82%
G = 52.56%
B = 9.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#3B520F (or 0x3B520F) is known color: Verdun Green. HEX triplet: 3B, 52 and 0F. RGB value is (59,82,15). Sum of RGB (Red+Green+Blue) = 59+82+15=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 82 (32.42% from 255 or 52.56% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 82 - color contains mainly: green. Hex color #3B520F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B520F is #C4ADF0. Grayscale: #434343. Windows color (decimal): -12889585 or 1004091. OLE color: 1004091.

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

Color convert

RGB 59 82 15 -
CMYK 0.28 0 0.82 0.68
HSL 80.6º 0.69% 0.19% -
HSV(B) 80.6º 0.82% 0.32% -
XYZ 4.91 7 1.54 -
YUV 67.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 59 82 15 0.28 0 0.82 0.68 80.6 0.69 0.19
Hex 3B 52 F 1C 0 52 44 51 45 13
Octal 73 122 17 34 0 122 104 121 105 23
Binary 111011 1010010 1111 11100 0 1010010 1000100 1010001 1000101 10011

Color Harmonies of #3B520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B520F

Black with #3B520F

Text Example


Text Example

White with #3B520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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