#365104

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

Shades of Verdun Green #365104

Tints of Verdun Green #365104

Color information

#365104 (or 0x365104) is unknown color: approx Verdun Green. HEX triplet: 36, 51 and 04. RGB value is (54,81,4). Sum of RGB (Red+Green+Blue) = 54+81+4=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #365104 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365104 is #C9AEFB. Grayscale: #404040. Windows color (decimal): -13217532 or 282934. OLE color: 282934.

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

Color convert

RGB54814-
CMYK0.3300.950.68
HSL81.04º90.59%16.67%-
HSV(B)81.04º95.06%31.76%-
XYZ4.496.681.17-
YUV64.1594.05120.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.85%
GREEN value IS 81 (32.03% from 255) = 58.27%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=38.85%
G=58.27%
B=2.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal548140.3300.950.6881.0490.5916.67
Hex365142105F44515b11
Octal66121441013710412113321
Binary11011010100011001000010101111110001001010001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365104; }

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

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

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

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

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

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

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

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