Html Css Color HEX #3B520D Verdun Green

📋 copy color: '#3B520D'

red 59 ◦ green 82 ◦ blue 13

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

Shades of Verdun Green #3B520D

Tints of Verdun Green #3B520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.44%

R = 38.31%
G = 53.25%
B = 8.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#3B520D (or 0x3B520D) is known color: Verdun Green. HEX triplet: 3B, 52 and 0D. RGB value is (59,82,13). Sum of RGB (Red+Green+Blue) = 59+82+13=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 82 (32.42% from 255 or 53.25% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 82 - color contains mainly: green. Hex color #3B520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B520D is #C4ADF2. Grayscale: #434343. Windows color (decimal): -12889587 or 873019. OLE color: 873019.

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

Color convert

RGB 59 82 13 -
CMYK 0.28 0 0.84 0.68
HSL 80º 0.73% 0.19% -
HSV(B) 80º 0.84% 0.32% -
XYZ 4.89 6.99 1.47 -
YUV 67.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 59 82 13 0.28 0 0.84 0.68 80 0.73 0.19
Hex 3B 52 D 1C 0 54 44 50 49 13
Octal 73 122 15 34 0 124 104 120 111 23
Binary 111011 1010010 1101 11100 0 1010100 1000100 1010000 1001001 10011

Color Harmonies of #3B520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B520D

Black with #3B520D

Text Example


Text Example

White with #3B520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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