#336101

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

Shades of Verdun Green #336101

Tints of Verdun Green #336101

Color information

#336101 (or 0x336101) is unknown color: approx Verdun Green. HEX triplet: 33, 61 and 01. RGB value is (51,97,1). Sum of RGB (Red+Green+Blue) = 51+97+1=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 1 (0.78% from 255 or 0.67% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #336101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #336101 is #CC9EFE. Grayscale: #484848. Windows color (decimal): -13410047 or 90419. OLE color: 90419.

HSL color Cylindrical-coordinate representation of color #336101: hue angle of 88.75º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #336101 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB51971-
CMYK0.4700.990.62
HSL88.75º97.96%19.22%-
HSV(B)88.75º98.97%38.04%-
XYZ5.659.261.52-
YUV72.387.76112.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 34.23%
GREEN value IS 97 (38.28% from 255) = 65.10%
BLUE value IS 1 (0.78% from 255) = 0.67%
R=34.23%
G=65.10%
B=0.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal519710.4700.990.6288.7597.9619.22
Hex336112F0633E596213
Octal6314115701437613114223
Binary11001111000011101111011000111111101011001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336101; }

 p { color: rgb(51,97,1); }

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

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

 a { background-color: rgb(51,97,1); }

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

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

 span { border-color: rgb(51,97,1); }

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