#365108

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

Shades of Verdun Green #365108

Tints of Verdun Green #365108

Color information

#365108 (or 0x365108) is unknown color: approx Verdun Green. HEX triplet: 36, 51 and 08. RGB value is (54,81,8). Sum of RGB (Red+Green+Blue) = 54+81+8=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 81 (32.03% from 255 or 56.64% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 81 - color contains mainly: green. Hex color #365108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365108 is #C9AEF7. Grayscale: #404040. Windows color (decimal): -13217528 or 545078. OLE color: 545078.

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

Color convert

RGB54818-
CMYK0.3300.900.68
HSL82.19º82.02%17.45%-
HSV(B)82.19º90.12%31.76%-
XYZ4.516.691.28-
YUV64.696.05120.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 81 (32.03% from 255) = 56.64%
BLUE value IS 8 (3.52% from 255) = 5.59%
R=37.76%
G=56.64%
B=5.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal548180.3300.900.6882.1982.0217.45
Hex365182105A44525211
Octal661211041013210412212221
Binary110110101000110001000010101101010001001010010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365108; }

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

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

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

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

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

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

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

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