#10631D

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

Shades of Crusoe #10631D

Tints of Crusoe #10631D

Color information

#10631D (or 0x10631D) is unknown color: approx Crusoe. HEX triplet: 10, 63 and 1D. RGB value is (16,99,29). Sum of RGB (Red+Green+Blue) = 16+99+29=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #10631D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10631D is #EF9CE2. Grayscale: #424242. Windows color (decimal): -15703267 or 1925904. OLE color: 1925904.

HSL color Cylindrical-coordinate representation of color #10631D: hue angle of 129.4º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10631D is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB169929-
CMYK0.8400.710.61
HSL129.4º72.17%22.55%-
HSV(B)129.4º83.84%38.82%-
XYZ4.99.122.67-
YUV66.210792.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 99 (39.06% from 255) = 68.75%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=11.11%
G=68.75%
B=20.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699290.8400.710.61129.472.1722.55
Hex10631D540473D814817
Octal201433512401077520111027
Binary1000011000111110110101000100011111110110000001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10631D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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