#365D0D

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

Shades of Verdun Green #365D0D

Tints of Verdun Green #365D0D

Color information

#365D0D (or 0x365D0D) is unknown color: approx Verdun Green. HEX triplet: 36, 5D and 0D. RGB value is (54,93,13). Sum of RGB (Red+Green+Blue) = 54+93+13=160 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.75% from 160); Green value is 93 (36.72% from 255 or 58.12% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 93 - color contains mainly: green. Hex color #365D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365D0D is #C9A2F2. Grayscale: #484848. Windows color (decimal): -13214451 or 875830. OLE color: 875830.

HSL color Cylindrical-coordinate representation of color #365D0D: hue angle of 89.25º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #365D0D is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB549313-
CMYK0.4200.860.64
HSL89.25º75.47%20.78%-
HSV(B)89.25º86.02%36.47%-
XYZ5.518.641.76-
YUV72.2294.58115-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.75%
GREEN value IS 93 (36.72% from 255) = 58.12%
BLUE value IS 13 (5.47% from 255) = 8.12%
R=33.75%
G=58.12%
B=8.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5493130.4200.860.6489.2575.4720.78
Hex365DD2A05640594b15
Octal661351552012610013111325
Binary110110101110111011010100101011010000001011001100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,93,13); }

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

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

 a { background-color: rgb(54,93,13); }

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

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

 span { border-color: rgb(54,93,13); }

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