#36630B

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

Shades of Verdun Green #36630B

Tints of Verdun Green #36630B

Color information

#36630B (or 0x36630B) is unknown color: approx Verdun Green. HEX triplet: 36, 63 and 0B. RGB value is (54,99,11). Sum of RGB (Red+Green+Blue) = 54+99+11=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 99 (39.06% from 255 or 60.37% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 99 - color contains mainly: green. Hex color #36630B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36630B is #C99CF4. Grayscale: #4B4B4B. Windows color (decimal): -13212917 or 746294. OLE color: 746294.

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

Color convert

RGB549911-
CMYK0.4500.890.61
HSL90.68º80%21.57%-
HSV(B)90.68º88.89%38.82%-
XYZ6.049.731.88-
YUV75.5191.59112.66-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.93%
GREEN value IS 99 (39.06% from 255) = 60.37%
BLUE value IS 11 (4.69% from 255) = 6.71%
R=32.93%
G=60.37%
B=6.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5499110.4500.890.6190.688021.57
Hex3663B2D0593D5b5016
Octal66143135501317513312026
Binary11011011000111011101101010110011111011011011101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36630B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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