#365701

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

Shades of Verdun Green #365701

Tints of Verdun Green #365701

Color information

#365701 (or 0x365701) is unknown color: approx Verdun Green. HEX triplet: 36, 57 and 01. RGB value is (54,87,1). Sum of RGB (Red+Green+Blue) = 54+87+1=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 87 (34.38% from 255 or 61.27% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 87 - color contains mainly: green. Hex color #365701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365701 is #C9A8FE. Grayscale: #434343. Windows color (decimal): -13215999 or 87862. OLE color: 87862.

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

Color convert

RGB54871-
CMYK0.3800.990.66
HSL83.02º97.73%17.25%-
HSV(B)83.02º98.85%34.12%-
XYZ4.937.61.24-
YUV67.3390.57118.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 87 (34.38% from 255) = 61.27%
BLUE value IS 1 (0.78% from 255) = 0.70%
R=38.03%
G=61.27%
B=0.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal548710.3800.990.6683.0297.7317.25
Hex365712606342536211
Octal66127146014310212314221
Binary110110101011111001100110001110000101010011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365701; }

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

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

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

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

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

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

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

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