Html Css Color HEX #3B5808 Verdun Green

📋 copy color: '#3B5808'

red 59 ◦ green 88 ◦ blue 8

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

Shades of Verdun Green #3B5808

Tints of Verdun Green #3B5808

RGB

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

 GREEN value IS 88 (34.77% from 255) = 56.77%

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

R = 38.06%
G = 56.77%
B = 5.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#3B5808 (or 0x3B5808) is known color: Verdun Green. HEX triplet: 3B, 58 and 08. RGB value is (59,88,8). Sum of RGB (Red+Green+Blue) = 59+88+8=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #3B5808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5808 is #C4A7F7. Grayscale: #464646. Windows color (decimal): -12888056 or 546875. OLE color: 546875.

HSL color Cylindrical-coordinate representation of color #3B5808: hue angle of 81.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B5808 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 88 8 -
CMYK 0.33 0 0.91 0.65
HSL 81.75º 0.83% 0.19% -
HSV(B) 81.75º 0.91% 0.35% -
XYZ 5.34 7.93 1.48 -
YUV 70.21 92.89 120 -
System Red Green Blue C M Y K H S L
Decimal 59 88 8 0.33 0 0.91 0.65 81.75 0.83 0.19
Hex 3B 58 8 21 0 5B 41 52 53 13
Octal 73 130 10 41 0 133 101 122 123 23
Binary 111011 1011000 1000 100001 0 1011011 1000001 1010010 1010011 10011

Color Harmonies of #3B5808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5808

Black with #3B5808

Text Example


Text Example

White with #3B5808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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