#365902

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

Shades of Verdun Green #365902

Tints of Verdun Green #365902

Color information

#365902 (or 0x365902) is unknown color: approx Verdun Green. HEX triplet: 36, 59 and 02. RGB value is (54,89,2). Sum of RGB (Red+Green+Blue) = 54+89+2=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 89 (35.16% from 255 or 61.38% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 89 - color contains mainly: green. Hex color #365902 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365902 is #C9A6FD. Grayscale: #444444. Windows color (decimal): -13215486 or 153910. OLE color: 153910.

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

Color convert

RGB54892-
CMYK0.3900.980.65
HSL84.14º95.6%17.84%-
HSV(B)84.14º97.75%34.9%-
XYZ5.17.931.32-
YUV68.6290.4117.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 89 (35.16% from 255) = 61.38%
BLUE value IS 2 (1.17% from 255) = 1.38%
R=37.24%
G=61.38%
B=1.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal548920.3900.980.6584.1495.617.84
Hex365922706241546012
Octal66131247014210112414022
Binary1101101011001101001110110001010000011010100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365902; }

 p { color: rgb(54,89,2); }

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

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

 a { background-color: rgb(54,89,2); }

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

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

 span { border-color: rgb(54,89,2); }

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