#365301

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

Shades of Verdun Green #365301

Tints of Verdun Green #365301

Color information

#365301 (or 0x365301) is unknown color: approx Verdun Green. HEX triplet: 36, 53 and 01. RGB value is (54,83,1). Sum of RGB (Red+Green+Blue) = 54+83+1=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 83 (32.81% from 255 or 60.14% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 83 - color contains mainly: green. Hex color #365301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365301 is #C9ACFE. Grayscale: #414141. Windows color (decimal): -13217023 or 86838. OLE color: 86838.

HSL color Cylindrical-coordinate representation of color #365301: hue angle of 81.22º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #365301 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.67.

Color convert

RGB54831-
CMYK0.3500.990.67
HSL81.22º97.62%16.47%-
HSV(B)81.22º98.8%32.55%-
XYZ4.626.971.13-
YUV64.9891.89120.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.13%
GREEN value IS 83 (32.81% from 255) = 60.14%
BLUE value IS 1 (0.78% from 255) = 0.72%
R=39.13%
G=60.14%
B=0.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal548310.3500.990.6781.2297.6216.47
Hex365312306343516210
Octal66123143014310312114220
Binary110110101001111000110110001110000111010001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365301; }

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

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

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

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

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

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

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

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