Html Css Color HEX #3B6208 Verdun Green

📋 copy color: '#3B6208'

red 59 ◦ green 98 ◦ blue 8

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

Shades of Verdun Green #3B6208

Tints of Verdun Green #3B6208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.85%

R = 35.76%
G = 59.39%
B = 4.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#3B6208 (or 0x3B6208) is known color: Verdun Green. HEX triplet: 3B, 62 and 08. RGB value is (59,98,8). Sum of RGB (Red+Green+Blue) = 59+98+8=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #3B6208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6208 is #C49DF7. Grayscale: #4C4C4C. Windows color (decimal): -12885496 or 549435. OLE color: 549435.

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

Color convert

RGB 59 98 8 -
CMYK 0.40 0 0.92 0.62
HSL 86º 0.85% 0.21% -
HSV(B) 86º 0.92% 0.38% -
XYZ 6.22 9.68 1.77 -
YUV 76.08 89.58 115.82 -
System Red Green Blue C M Y K H S L
Decimal 59 98 8 0.40 0 0.92 0.62 86 0.85 0.21
Hex 3B 62 8 28 0 5C 3E 56 55 15
Octal 73 142 10 50 0 134 76 126 125 25
Binary 111011 1100010 1000 101000 0 1011100 111110 1010110 1010101 10101

Color Harmonies of #3B6208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6208

Black with #3B6208

Text Example


Text Example

White with #3B6208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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