#366007

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

Shades of Verdun Green #366007

Tints of Verdun Green #366007

Color information

#366007 (or 0x366007) is unknown color: approx Verdun Green. HEX triplet: 36, 60 and 07. RGB value is (54,96,7). Sum of RGB (Red+Green+Blue) = 54+96+7=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #366007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366007 is #C99FF8. Grayscale: #494949. Windows color (decimal): -13213689 or 483382. OLE color: 483382.

HSL color Cylindrical-coordinate representation of color #366007: hue angle of 88.31º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #366007 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB54967-
CMYK0.4400.930.62
HSL88.31º86.41%20.2%-
HSV(B)88.31º92.71%37.65%-
XYZ5.749.171.67-
YUV73.390.59114.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 96 (37.89% from 255) = 61.15%
BLUE value IS 7 (3.12% from 255) = 4.46%
R=34.39%
G=61.15%
B=4.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal549670.4400.930.6288.3186.4120.2
Hex366072C05D3E585614
Octal6614075401357613012624
Binary1101101100000111101100010111011111101011000101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366007; }

 p { color: rgb(54,96,7); }

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

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

 a { background-color: rgb(54,96,7); }

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

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

 span { border-color: rgb(54,96,7); }

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