Html Css Color HEX #3B570A Verdun Green

📋 copy color: '#3B570A'

red 59 ◦ green 87 ◦ blue 10

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

Shades of Verdun Green #3B570A

Tints of Verdun Green #3B570A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.41%

R = 37.82%
G = 55.77%
B = 6.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#3B570A (or 0x3B570A) is known color: Verdun Green. HEX triplet: 3B, 57 and 0A. RGB value is (59,87,10). Sum of RGB (Red+Green+Blue) = 59+87+10=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 87 (34.38% from 255 or 55.77% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 87 - color contains mainly: green. Hex color #3B570A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B570A is #C4A8F5. Grayscale: #464646. Windows color (decimal): -12888310 or 677691. OLE color: 677691.

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

Color convert

RGB 59 87 10 -
CMYK 0.32 0 0.89 0.66
HSL 81.82º 0.79% 0.19% -
HSV(B) 81.82º 0.89% 0.34% -
XYZ 5.27 7.77 1.51 -
YUV 69.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 59 87 10 0.32 0 0.89 0.66 81.82 0.79 0.19
Hex 3B 57 A 20 0 59 42 52 4F 13
Octal 73 127 12 40 0 131 102 122 117 23
Binary 111011 1010111 1010 100000 0 1011001 1000010 1010010 1001111 10011

Color Harmonies of #3B570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B570A

Black with #3B570A

Text Example


Text Example

White with #3B570A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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