#365105

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

Shades of Verdun Green #365105

Tints of Verdun Green #365105

Color information

#365105 (or 0x365105) is unknown color: approx Verdun Green. HEX triplet: 36, 51 and 05. RGB value is (54,81,5). Sum of RGB (Red+Green+Blue) = 54+81+5=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 81 (32.03% from 255 or 57.86% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 81 - color contains mainly: green. Hex color #365105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365105 is #C9AEFA. Grayscale: #404040. Windows color (decimal): -13217531 or 348470. OLE color: 348470.

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

Color convert

RGB54815-
CMYK0.3300.940.68
HSL81.32º88.37%16.86%-
HSV(B)81.32º93.83%31.76%-
XYZ4.496.681.2-
YUV64.2694.55120.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.57%
GREEN value IS 81 (32.03% from 255) = 57.86%
BLUE value IS 5 (2.34% from 255) = 3.57%
R=38.57%
G=57.86%
B=3.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal548150.3300.940.6881.3288.3716.86
Hex365152105E44515811
Octal66121541013610412113021
Binary11011010100011011000010101111010001001010001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365105; }

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

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

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

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

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

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

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

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