#10552E

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

Shades of Crusoe #10552E

Tints of Crusoe #10552E

Color information

#10552E (or 0x10552E) is unknown color: approx Crusoe. HEX triplet: 10, 55 and 2E. RGB value is (16,85,46). Sum of RGB (Red+Green+Blue) = 16+85+46=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 85 (33.59% from 255 or 57.82% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 85 - color contains mainly: green. Hex color #10552E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10552E is #EFAAD1. Grayscale: #3C3C3C. Windows color (decimal): -15706834 or 3036432. OLE color: 3036432.

HSL color Cylindrical-coordinate representation of color #10552E: hue angle of 146.09º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10552E is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB168546-
CMYK0.8100.460.67
HSL146.09º68.32%19.8%-
HSV(B)146.09º81.18%33.33%-
XYZ3.966.83.69-
YUV59.92120.1496.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 85 (33.59% from 255) = 57.82%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=10.88%
G=57.82%
B=31.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1685460.8100.460.67146.0968.3219.8
Hex10552E5102E43924414
Octal201255612105610322210424
Binary10000101010110111010100010101110100001110010010100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10552E; }

 p { color: rgb(16,85,46); }

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

<style>
 a { background-color: #10552E; }

 a { background-color: rgb(16,85,46); }

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

<style>
 span { border-color: #10552E; }

 span { border-color: rgb(16,85,46); }

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