#365D03

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

Shades of Verdun Green #365D03

Tints of Verdun Green #365D03

Color information

#365D03 (or 0x365D03) is unknown color: approx Verdun Green. HEX triplet: 36, 5D and 03. RGB value is (54,93,3). Sum of RGB (Red+Green+Blue) = 54+93+3=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 93 (36.72% from 255 or 62% from 150); Blue value is 3 (1.56% from 255 or 2% from 150); Max value from RGB is 93 - color contains mainly: green. Hex color #365D03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365D03 is #C9A2FC. Grayscale: #474747. Windows color (decimal): -13214461 or 220470. OLE color: 220470.

HSL color Cylindrical-coordinate representation of color #365D03: hue angle of 86º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #365D03 is Cyan = 0.42, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB54933-
CMYK0.4200.970.64
HSL86º93.75%18.82%-
HSV(B)86º96.77%36.47%-
XYZ5.458.621.46-
YUV71.0889.58115.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36%
GREEN value IS 93 (36.72% from 255) = 62%
BLUE value IS 3 (1.56% from 255) = 2%
R=36%
G=62%
B=2%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal549330.4200.970.648693.7518.82
Hex365D32A06140565e13
Octal66135352014110012613623
Binary1101101011101111010100110000110000001010110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365D03; }

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

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

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

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

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

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

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

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