#365109

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

Shades of Verdun Green #365109

Tints of Verdun Green #365109

Color information

#365109 (or 0x365109) is unknown color: approx Verdun Green. HEX triplet: 36, 51 and 09. RGB value is (54,81,9). Sum of RGB (Red+Green+Blue) = 54+81+9=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #365109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365109 is #C9AEF6. Grayscale: #404040. Windows color (decimal): -13217527 or 610614. OLE color: 610614.

HSL color Cylindrical-coordinate representation of color #365109: hue angle of 82.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #365109 is Cyan = 0.33, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB54819-
CMYK0.3300.890.68
HSL82.5º80%17.65%-
HSV(B)82.5º88.89%31.76%-
XYZ4.516.691.31-
YUV64.7296.55120.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.5%
GREEN value IS 81 (32.03% from 255) = 56.25%
BLUE value IS 9 (3.91% from 255) = 6.25%
R=37.5%
G=56.25%
B=6.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal548190.3300.890.6882.58017.65
Hex365192105944525012
Octal661211141013110412212022
Binary110110101000110011000010101100110001001010010101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365109; }

 p { color: rgb(54,81,9); }

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

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

 a { background-color: rgb(54,81,9); }

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

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

 span { border-color: rgb(54,81,9); }

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