#3B650F

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

Shades of Verdun Green #3B650F

Tints of Verdun Green #3B650F

Color information

#3B650F (or 0x3B650F) is unknown color: approx Verdun Green. HEX triplet: 3B, 65 and 0F. RGB value is (59,101,15). Sum of RGB (Red+Green+Blue) = 59+101+15=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 101 (39.84% from 255 or 57.71% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 101 - color contains mainly: green. Hex color #3B650F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B650F is #C49AF0. Grayscale: #4E4E4E. Windows color (decimal): -12884721 or 1008955. OLE color: 1008955.

HSL color Cylindrical-coordinate representation of color #3B650F: hue angle of 89.3º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B650F is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB5910115-
CMYK0.4200.850.60
HSL89.3º74.14%22.75%-
HSV(B)89.3º85.15%39.61%-
XYZ6.5410.272.09-
YUV78.6492.09113.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.71%
GREEN value IS 101 (39.84% from 255) = 57.71%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=33.71%
G=57.71%
B=8.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal59101150.4200.850.6089.374.1422.75
Hex3B65F2A0553C594a17
Octal73145175201257413111227
Binary11101111001011111101010010101011111001011001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B650F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,101,15); }

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

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

 a { background-color: rgb(59,101,15); }

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

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

 span { border-color: rgb(59,101,15); }

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