#3B5A07

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

Shades of Verdun Green #3B5A07

Tints of Verdun Green #3B5A07

Color information

#3B5A07 (or 0x3B5A07) is unknown color: approx Verdun Green. HEX triplet: 3B, 5A and 07. RGB value is (59,90,7). Sum of RGB (Red+Green+Blue) = 59+90+7=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 90 (35.55% from 255 or 57.69% from 156); Blue value is 7 (3.12% from 255 or 4.49% from 156); Max value from RGB is 90 - color contains mainly: green. Hex color #3B5A07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B5A07 is #C4A5F8. Grayscale: #474747. Windows color (decimal): -12887545 or 481851. OLE color: 481851.

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

Color convert

RGB59907-
CMYK0.3400.920.65
HSL82.41º85.57%19.02%-
HSV(B)82.41º92.22%35.29%-
XYZ5.58.261.51-
YUV71.2791.73119.25-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.82%
GREEN value IS 90 (35.55% from 255) = 57.69%
BLUE value IS 7 (3.12% from 255) = 4.49%
R=37.82%
G=57.69%
B=4.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal599070.3400.920.6582.4185.5719.02
Hex3B5A72205C41525613
Octal73132742013410112212623
Binary11101110110101111000100101110010000011010010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,90,7); }

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

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

 a { background-color: rgb(59,90,7); }

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

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

 span { border-color: rgb(59,90,7); }

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