Html Css Color HEX #3B6203 Verdun Green

📋 copy color: '#3B6203'

red 59 ◦ green 98 ◦ blue 3

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

Shades of Verdun Green #3B6203

Tints of Verdun Green #3B6203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.88%

R = 36.88%
G = 61.25%
B = 1.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#3B6203 (or 0x3B6203) is known color: Verdun Green. HEX triplet: 3B, 62 and 03. RGB value is (59,98,3). Sum of RGB (Red+Green+Blue) = 59+98+3=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 98 (38.67% from 255 or 61.25% from 160); Blue value is 3 (1.56% from 255 or 1.88% from 160); Max value from RGB is 98 - color contains mainly: green. Hex color #3B6203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6203 is #C49DFC. Grayscale: #4B4B4B. Windows color (decimal): -12885501 or 221755. OLE color: 221755.

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

Color convert

RGB 59 98 3 -
CMYK 0.40 0 0.97 0.62
HSL 84.63º 0.94% 0.2% -
HSV(B) 84.63º 0.97% 0.38% -
XYZ 6.19 9.67 1.63 -
YUV 75.51 87.08 116.22 -
System Red Green Blue C M Y K H S L
Decimal 59 98 3 0.40 0 0.97 0.62 84.63 0.94 0.2
Hex 3B 62 3 28 0 61 3E 55 5E 14
Octal 73 142 3 50 0 141 76 125 136 24
Binary 111011 1100010 11 101000 0 1100001 111110 1010101 1011110 10100

Color Harmonies of #3B6203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6203

Black with #3B6203

Text Example


Text Example

White with #3B6203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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