#36630D

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

Shades of Verdun Green #36630D

Tints of Verdun Green #36630D

Color information

#36630D (or 0x36630D) is unknown color: approx Verdun Green. HEX triplet: 36, 63 and 0D. RGB value is (54,99,13). Sum of RGB (Red+Green+Blue) = 54+99+13=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 99 (39.06% from 255 or 59.64% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 99 - color contains mainly: green. Hex color #36630D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36630D is #C99CF2. Grayscale: #4C4C4C. Windows color (decimal): -13212915 or 877366. OLE color: 877366.

HSL color Cylindrical-coordinate representation of color #36630D: hue angle of 91.4º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36630D is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB549913-
CMYK0.4500.870.61
HSL91.4º76.79%21.96%-
HSV(B)91.4º86.87%38.82%-
XYZ6.069.741.94-
YUV75.7492.59112.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 99 (39.06% from 255) = 59.64%
BLUE value IS 13 (5.47% from 255) = 7.83%
R=32.53%
G=59.64%
B=7.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5499130.4500.870.6191.476.7921.96
Hex3663D2D0573D5b4d16
Octal66143155501277513311526
Binary11011011000111101101101010101111111011011011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36630D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36630D; }

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

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

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

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

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

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

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

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