#366704

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

Shades of Verdun Green #366704

Tints of Verdun Green #366704

Color information

#366704 (or 0x366704) is unknown color: approx Verdun Green. HEX triplet: 36, 67 and 04. RGB value is (54,103,4). Sum of RGB (Red+Green+Blue) = 54+103+4=161 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.54% from 161); Green value is 103 (40.62% from 255 or 63.98% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 103 - color contains mainly: green. Hex color #366704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366704 is #C998FB. Grayscale: #4D4D4D. Windows color (decimal): -13211900 or 288566. OLE color: 288566.

HSL color Cylindrical-coordinate representation of color #366704: hue angle of 89.7º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #366704 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB541034-
CMYK0.4800.960.60
HSL89.7º92.52%20.98%-
HSV(B)89.7º96.12%40.39%-
XYZ6.3910.491.8-
YUV77.0686.77111.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.54%
GREEN value IS 103 (40.62% from 255) = 63.98%
BLUE value IS 4 (1.95% from 255) = 2.48%
R=33.54%
G=63.98%
B=2.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5410340.4800.960.6089.792.5220.98
Hex36674300603C5a5d15
Octal6614746001407413213525
Binary1101101100111100110000011000001111001011010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366704; }

 p { color: rgb(54,103,4); }

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

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

 a { background-color: rgb(54,103,4); }

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

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

 span { border-color: rgb(54,103,4); }

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