#366003

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

Shades of Verdun Green #366003

Tints of Verdun Green #366003

Color information

#366003 (or 0x366003) is unknown color: approx Verdun Green. HEX triplet: 36, 60 and 03. RGB value is (54,96,3). Sum of RGB (Red+Green+Blue) = 54+96+3=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #366003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #366003 is #C99FFC. Grayscale: #494949. Windows color (decimal): -13213693 or 221238. OLE color: 221238.

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

Color convert

RGB54963-
CMYK0.4400.970.62
HSL87.1º93.94%19.41%-
HSV(B)87.1º96.88%37.65%-
XYZ5.729.161.55-
YUV72.8488.59114.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.29%
GREEN value IS 96 (37.89% from 255) = 62.75%
BLUE value IS 3 (1.56% from 255) = 1.96%
R=35.29%
G=62.75%
B=1.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal549630.4400.970.6287.193.9419.41
Hex366032C0613E575e13
Octal6614035401417612713623
Binary110110110000011101100011000011111101010111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366003; }

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

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

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

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

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

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

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

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