Html Css Color HEX #3B6209 Verdun Green

📋 copy color: '#3B6209'

red 59 ◦ green 98 ◦ blue 9

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

Shades of Verdun Green #3B6209

Tints of Verdun Green #3B6209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.42%

R = 35.54%
G = 59.04%
B = 5.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#3B6209 (or 0x3B6209) is known color: Verdun Green. HEX triplet: 3B, 62 and 09. RGB value is (59,98,9). Sum of RGB (Red+Green+Blue) = 59+98+9=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 9 (3.91% from 255 or 5.42% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #3B6209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6209 is #C49DF6. Grayscale: #4C4C4C. Windows color (decimal): -12885495 or 614971. OLE color: 614971.

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

Color convert

RGB 59 98 9 -
CMYK 0.40 0 0.91 0.62
HSL 86.29º 0.83% 0.21% -
HSV(B) 86.29º 0.91% 0.38% -
XYZ 6.22 9.68 1.8 -
YUV 76.19 90.08 115.74 -
System Red Green Blue C M Y K H S L
Decimal 59 98 9 0.40 0 0.91 0.62 86.29 0.83 0.21
Hex 3B 62 9 28 0 5B 3E 56 53 15
Octal 73 142 11 50 0 133 76 126 123 25
Binary 111011 1100010 1001 101000 0 1011011 111110 1010110 1010011 10101

Color Harmonies of #3B6209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6209

Black with #3B6209

Text Example


Text Example

White with #3B6209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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