#365801

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

Shades of Verdun Green #365801

Tints of Verdun Green #365801

Color information

#365801 (or 0x365801) is unknown color: approx Verdun Green. HEX triplet: 36, 58 and 01. RGB value is (54,88,1). Sum of RGB (Red+Green+Blue) = 54+88+1=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 88 (34.77% from 255 or 61.54% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 88 - color contains mainly: green. Hex color #365801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365801 is #C9A7FE. Grayscale: #444444. Windows color (decimal): -13215743 or 88118. OLE color: 88118.

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

Color convert

RGB54881-
CMYK0.3900.990.65
HSL83.45º97.75%17.45%-
HSV(B)83.45º98.86%34.51%-
XYZ5.027.771.26-
YUV67.9290.24118.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 88 (34.77% from 255) = 61.54%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=37.76%
G=61.54%
B=0.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal548810.3900.990.6583.4597.7517.45
Hex365812706341536211
Octal66130147014310112314221
Binary110110101100011001110110001110000011010011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365801; }

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

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

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

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

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

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

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

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