#365702

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

Shades of Verdun Green #365702

Tints of Verdun Green #365702

Color information

#365702 (or 0x365702) is unknown color: approx Verdun Green. HEX triplet: 36, 57 and 02. RGB value is (54,87,2). Sum of RGB (Red+Green+Blue) = 54+87+2=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 87 (34.38% from 255 or 60.84% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 87 - color contains mainly: green. Hex color #365702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365702 is #C9A8FD. Grayscale: #434343. Windows color (decimal): -13215998 or 153398. OLE color: 153398.

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

Color convert

RGB54872-
CMYK0.3800.980.66
HSL83.29º95.51%17.45%-
HSV(B)83.29º97.7%34.12%-
XYZ4.947.611.26-
YUV67.4491.07118.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 87 (34.38% from 255) = 60.84%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=37.76%
G=60.84%
B=1.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal548720.3800.980.6683.2995.5117.45
Hex365722606242536011
Octal66127246014210212314021
Binary1101101010111101001100110001010000101010011110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365702; }

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

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

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

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

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

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

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

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