#364F04

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

Shades of Verdun Green #364F04

Tints of Verdun Green #364F04

Color information

#364F04 (or 0x364F04) is unknown color: approx Verdun Green. HEX triplet: 36, 4F and 04. RGB value is (54,79,4). Sum of RGB (Red+Green+Blue) = 54+79+4=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 79 (31.25% from 255 or 57.66% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 79 - color contains mainly: green. Hex color #364F04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #364F04 is #C9B0FB. Grayscale: #3F3F3F. Windows color (decimal): -13218044 or 282422. OLE color: 282422.

HSL color Cylindrical-coordinate representation of color #364F04: hue angle of 80º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #364F04 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB54794-
CMYK0.3200.950.69
HSL80º90.36%16.27%-
HSV(B)80º94.94%30.98%-
XYZ4.346.391.12-
YUV62.9894.72121.6-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.42%
GREEN value IS 79 (31.25% from 255) = 57.66%
BLUE value IS 4 (1.95% from 255) = 2.92%
R=39.42%
G=57.66%
B=2.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal547940.3200.950.698090.3616.27
Hex364F42005F45505a10
Octal66117440013710512013220
Binary11011010011111001000000101111110001011010000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364F04; }

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

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

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

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

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

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

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

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