Html Css Color HEX #3B570C Verdun Green

📋 copy color: '#3B570C'

red 59 ◦ green 87 ◦ blue 12

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

Shades of Verdun Green #3B570C

Tints of Verdun Green #3B570C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 55.06%

 BLUE value IS 12 (5.08% from 255) = 7.59%

R = 37.34%
G = 55.06%
B = 7.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#3B570C (or 0x3B570C) is known color: Verdun Green. HEX triplet: 3B, 57 and 0C. RGB value is (59,87,12). Sum of RGB (Red+Green+Blue) = 59+87+12=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 87 (34.38% from 255 or 55.06% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 87 - color contains mainly: green. Hex color #3B570C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B570C is #C4A8F3. Grayscale: #464646. Windows color (decimal): -12888308 or 808763. OLE color: 808763.

HSL color Cylindrical-coordinate representation of color #3B570C: hue angle of 82.4º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B570C is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 59 87 12 -
CMYK 0.32 0 0.86 0.66
HSL 82.4º 0.76% 0.19% -
HSV(B) 82.4º 0.86% 0.34% -
XYZ 5.28 7.77 1.57 -
YUV 70.08 95.22 120.1 -
System Red Green Blue C M Y K H S L
Decimal 59 87 12 0.32 0 0.86 0.66 82.4 0.76 0.19
Hex 3B 57 C 20 0 56 42 52 4C 13
Octal 73 127 14 40 0 126 102 122 114 23
Binary 111011 1010111 1100 100000 0 1010110 1000010 1010010 1001100 10011

Color Harmonies of #3B570C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B570C

Black with #3B570C

Text Example


Text Example

White with #3B570C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,87,12); }

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

background-color css

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

 a { background-color: rgb(59,87,12); }

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

border-color css

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

 span { border-color: rgb(59,87,12); }

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