#3B4C08

Color #3B4C08 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #3B4C08

Tints of Verdun Green #3B4C08

Color information

#3B4C08 (or 0x3B4C08) is unknown color: approx Verdun Green. HEX triplet: 3B, 4C and 08. RGB value is (59,76,8). Sum of RGB (Red+Green+Blue) = 59+76+8=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 76 (30.08% from 255 or 53.15% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 76 - color contains mainly: green. Hex color #3B4C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4C08 is #C4B3F7. Grayscale: #3F3F3F. Windows color (decimal): -12891128 or 543803. OLE color: 543803.

HSL color Cylindrical-coordinate representation of color #3B4C08: hue angle of 75º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B4C08 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.70.

Color convert

RGB59768-
CMYK0.2200.890.70
HSL75º80.95%16.47%-
HSV(B)75º89.47%29.8%-
XYZ4.436.121.18-
YUV63.1696.87125.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.26%
GREEN value IS 76 (30.08% from 255) = 53.15%
BLUE value IS 8 (3.52% from 255) = 5.59%
R=41.26%
G=53.15%
B=5.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal597680.2200.890.707580.9516.47
Hex3B4C816059464b5110
Octal731141026013110611312120
Binary11101110011001000101100101100110001101001011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B4C08;
 }
 .AnyTagClassName
 {
   color: #3B4C08;
 }
</style>
background-color css

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

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

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

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

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

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