#10630D

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

Shades of Green #10630D

Tints of Green #10630D

Color information

#10630D (or 0x10630D) is unknown color: approx Green. HEX triplet: 10, 63 and 0D. RGB value is (16,99,13). Sum of RGB (Red+Green+Blue) = 16+99+13=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 99 (39.06% from 255 or 77.34% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 99 - color contains mainly: green. Hex color #10630D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #10630D is #EF9CF2. Grayscale: #404040. Windows color (decimal): -15703283 or 877328. OLE color: 877328.

HSL color Cylindrical-coordinate representation of color #10630D: hue angle of 117.91º 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 #10630D is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB169913-
CMYK0.8400.870.61
HSL117.91º76.79%21.96%-
HSV(B)117.91º86.87%38.82%-
XYZ4.759.061.88-
YUV64.389993.49-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.5%
GREEN value IS 99 (39.06% from 255) = 77.34%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=12.5%
G=77.34%
B=10.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699130.8400.870.61117.9176.7921.96
Hex1063D540573D764d16
Octal201431512401277516611526
Binary10000110001111011010100010101111111011110110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10630D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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