#10552B

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

Shades of Crusoe #10552B

Tints of Crusoe #10552B

Color information

#10552B (or 0x10552B) is unknown color: approx Crusoe. HEX triplet: 10, 55 and 2B. RGB value is (16,85,43). Sum of RGB (Red+Green+Blue) = 16+85+43=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 85 (33.59% from 255 or 59.03% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 85 - color contains mainly: green. Hex color #10552B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10552B is #EFAAD4. Grayscale: #3B3B3B. Windows color (decimal): -15706837 or 2839824. OLE color: 2839824.

HSL color Cylindrical-coordinate representation of color #10552B: hue angle of 143.48º 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 #10552B is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB168543-
CMYK0.8100.490.67
HSL143.48º68.32%19.8%-
HSV(B)143.48º81.18%33.33%-
XYZ3.96.783.39-
YUV59.58118.6496.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 85 (33.59% from 255) = 59.03%
BLUE value IS 43 (17.19% from 255) = 29.86%
R=11.11%
G=59.03%
B=29.86%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1685430.8100.490.67143.4868.3219.8
Hex10552B51031438f4414
Octal201255312106110321710424
Binary10000101010110101110100010110001100001110001111100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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