#3B600B

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

Shades of Verdun Green #3B600B

Tints of Verdun Green #3B600B

Color information

#3B600B (or 0x3B600B) is unknown color: approx Verdun Green. HEX triplet: 3B, 60 and 0B. RGB value is (59,96,11). Sum of RGB (Red+Green+Blue) = 59+96+11=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 11 (4.69% from 255 or 6.63% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #3B600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B600B is #C49FF4. Grayscale: #4B4B4B. Windows color (decimal): -12886005 or 745531. OLE color: 745531.

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

Color convert

RGB599611-
CMYK0.3900.890.62
HSL86.12º79.44%20.98%-
HSV(B)86.12º88.54%37.65%-
XYZ6.059.321.8-
YUV75.2591.74116.41-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.54%
GREEN value IS 96 (37.89% from 255) = 57.83%
BLUE value IS 11 (4.69% from 255) = 6.63%
R=35.54%
G=57.83%
B=6.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5996110.3900.890.6286.1279.4420.98
Hex3B60B270593E564f15
Octal73140134701317612611725
Binary11101111000001011100111010110011111101010110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,96,11); }

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

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

 a { background-color: rgb(59,96,11); }

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

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

 span { border-color: rgb(59,96,11); }

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