#365D01

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

Shades of Verdun Green #365D01

Tints of Verdun Green #365D01

Color information

#365D01 (or 0x365D01) is unknown color: approx Verdun Green. HEX triplet: 36, 5D and 01. RGB value is (54,93,1). Sum of RGB (Red+Green+Blue) = 54+93+1=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 93 (36.72% from 255 or 62.84% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 93 - color contains mainly: green. Hex color #365D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365D01 is #C9A2FE. Grayscale: #474747. Windows color (decimal): -13214463 or 89398. OLE color: 89398.

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

Color convert

RGB54931-
CMYK0.4200.990.64
HSL85.43º97.87%18.43%-
HSV(B)85.43º98.92%36.47%-
XYZ5.448.621.4-
YUV70.8588.58115.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 93 (36.72% from 255) = 62.84%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=36.49%
G=62.84%
B=0.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal549310.4200.990.6485.4397.8718.43
Hex365D12A06340556212
Octal66135152014310012514222
Binary110110101110111010100110001110000001010101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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