#365501

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

Shades of Verdun Green #365501

Tints of Verdun Green #365501

Color information

#365501 (or 0x365501) is unknown color: approx Verdun Green. HEX triplet: 36, 55 and 01. RGB value is (54,85,1). Sum of RGB (Red+Green+Blue) = 54+85+1=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 85 (33.59% from 255 or 60.71% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 85 - color contains mainly: green. Hex color #365501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365501 is #C9AAFE. Grayscale: #424242. Windows color (decimal): -13216511 or 87350. OLE color: 87350.

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

Color convert

RGB54851-
CMYK0.3600.990.67
HSL82.14º97.67%16.86%-
HSV(B)82.14º98.82%33.33%-
XYZ4.787.281.18-
YUV66.1691.23119.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.57%
GREEN value IS 85 (33.59% from 255) = 60.71%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=38.57%
G=60.71%
B=0.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal548510.3600.990.6782.1497.6716.86
Hex365512406343526211
Octal66125144014310312214221
Binary110110101010111001000110001110000111010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365501; }

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

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

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

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

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

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

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

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