#10632B

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

Shades of Crusoe #10632B

Tints of Crusoe #10632B

Color information

#10632B (or 0x10632B) is unknown color: approx Crusoe. HEX triplet: 10, 63 and 2B. RGB value is (16,99,43). Sum of RGB (Red+Green+Blue) = 16+99+43=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 99 (39.06% from 255 or 62.66% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 99 - color contains mainly: green. Hex color #10632B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10632B is #EF9CD4. Grayscale: #434343. Windows color (decimal): -15703253 or 2843408. OLE color: 2843408.

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

Color convert

RGB169943-
CMYK0.8400.570.61
HSL139.52º72.17%22.55%-
HSV(B)139.52º83.84%38.82%-
XYZ5.119.213.79-
YUV67.811491.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 99 (39.06% from 255) = 62.66%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=10.13%
G=62.66%
B=27.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699430.8400.570.61139.5272.1722.55
Hex10632B540393D8c4817
Octal20143531240717521411027
Binary1000011000111010111010100011100111110110001100100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10632B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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