#365F10

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

Shades of Verdun Green #365F10

Tints of Verdun Green #365F10

Color information

#365F10 (or 0x365F10) is unknown color: approx Verdun Green. HEX triplet: 36, 5F and 10. RGB value is (54,95,16). Sum of RGB (Red+Green+Blue) = 54+95+16=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 95 (37.5% from 255 or 57.58% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 95 - color contains mainly: green. Hex color #365F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365F10 is #C9A0EF. Grayscale: #4A4A4A. Windows color (decimal): -13213936 or 1072950. OLE color: 1072950.

HSL color Cylindrical-coordinate representation of color #365F10: hue angle of 91.14º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #365F10 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.63.

Color convert

RGB549516-
CMYK0.4300.830.63
HSL91.14º71.17%21.76%-
HSV(B)91.14º83.16%37.25%-
XYZ5.719.011.93-
YUV73.7495.42113.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 95 (37.5% from 255) = 57.58%
BLUE value IS 16 (6.64% from 255) = 9.70%
R=32.73%
G=57.58%
B=9.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5495160.4300.830.6391.1471.1721.76
Hex365F102B0533F5b4716
Octal66137205301237713310726
Binary110110101111110000101011010100111111111011011100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365F10; }

 p { color: rgb(54,95,16); }

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

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

 a { background-color: rgb(54,95,16); }

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

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

 span { border-color: rgb(54,95,16); }

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