#3B6300

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

Shades of Verdun Green #3B6300

Tints of Verdun Green #3B6300

Color information

#3B6300 (or 0x3B6300) is unknown color: approx Verdun Green. HEX triplet: 3B, 63 and 00. RGB value is (59,99,0). Sum of RGB (Red+Green+Blue) = 59+99+0=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 99 (39.06% from 255 or 62.66% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 99 - color contains mainly: green. Hex color #3B6300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B6300 is #C49CFF. Grayscale: #4C4C4C. Windows color (decimal): -12885248 or 25403. OLE color: 25403.

HSL color Cylindrical-coordinate representation of color #3B6300: hue angle of 84.24º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B6300 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB59990-
CMYK0.40010.61
HSL84.24º100%19.41%-
HSV(B)84.24º100%38.82%-
XYZ6.279.851.57-
YUV75.7585.25116.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.34%
GREEN value IS 99 (39.06% from 255) = 62.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=37.34%
G=62.66%
B=0%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal599900.40010.6184.2410019.41
Hex3B630280643D546413
Octal7314305001447512414423
Binary11101111000110101000011001001111011010100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,99,0); }

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

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

 a { background-color: rgb(59,99,0); }

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

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

 span { border-color: rgb(59,99,0); }

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