Html Css Color HEX #3B6210 Verdun Green

📋 copy color: '#3B6210'

red 59 ◦ green 98 ◦ blue 16

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

Shades of Verdun Green #3B6210

Tints of Verdun Green #3B6210

RGB

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

 GREEN value IS 98 (38.67% from 255) = 56.65%

 BLUE value IS 16 (6.64% from 255) = 9.25%

R = 34.1%
G = 56.65%
B = 9.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#3B6210 (or 0x3B6210) is known color: Verdun Green. HEX triplet: 3B, 62 and 10. RGB value is (59,98,16). Sum of RGB (Red+Green+Blue) = 59+98+16=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 98 (38.67% from 255 or 56.65% from 173); Blue value is 16 (6.64% from 255 or 9.25% from 173); Max value from RGB is 98 - color contains mainly: green. Hex color #3B6210 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6210 is #C49DEF. Grayscale: #4D4D4D. Windows color (decimal): -12885488 or 1073723. OLE color: 1073723.

HSL color Cylindrical-coordinate representation of color #3B6210: hue angle of 88.54º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B6210 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 59 98 16 -
CMYK 0.40 0 0.84 0.62
HSL 88.54º 0.72% 0.22% -
HSV(B) 88.54º 0.84% 0.38% -
XYZ 6.26 9.7 2.03 -
YUV 76.99 93.58 115.17 -
System Red Green Blue C M Y K H S L
Decimal 59 98 16 0.40 0 0.84 0.62 88.54 0.72 0.22
Hex 3B 62 10 28 0 54 3E 59 48 16
Octal 73 142 20 50 0 124 76 131 110 26
Binary 111011 1100010 10000 101000 0 1010100 111110 1011001 1001000 10110

Color Harmonies of #3B6210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6210

Black with #3B6210

Text Example


Text Example

White with #3B6210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,98,16); }

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

background-color css

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

 a { background-color: rgb(59,98,16); }

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

border-color css

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

 span { border-color: rgb(59,98,16); }

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