#11630C

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

Shades of Green #11630C

Tints of Green #11630C

Color information

#11630C (or 0x11630C) is unknown color: approx Green. HEX triplet: 11, 63 and 0C. RGB value is (17,99,12). Sum of RGB (Red+Green+Blue) = 17+99+12=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 99 (39.06% from 255 or 77.34% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 99 - color contains mainly: green. Hex color #11630C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #11630C is #EE9CF3. Grayscale: #404040. Windows color (decimal): -15637748 or 811793. OLE color: 811793.

HSL color Cylindrical-coordinate representation of color #11630C: hue angle of 116.55º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11630C is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB179912-
CMYK0.8300.880.61
HSL116.55º78.38%21.76%-
HSV(B)116.55º87.88%38.82%-
XYZ4.769.071.85-
YUV64.5698.3394.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.28%
GREEN value IS 99 (39.06% from 255) = 77.34%
BLUE value IS 12 (5.08% from 255) = 9.38%
R=13.28%
G=77.34%
B=9.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1799120.8300.880.61116.5578.3821.76
Hex1163C530583D754e16
Octal211431412301307516511626
Binary10001110001111001010011010110001111011110101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11630C; }

 p { color: rgb(17,99,12); }

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

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

 a { background-color: rgb(17,99,12); }

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

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

 span { border-color: rgb(17,99,12); }

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