#10552F

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

Shades of Crusoe #10552F

Tints of Crusoe #10552F

Color information

#10552F (or 0x10552F) is unknown color: approx Crusoe. HEX triplet: 10, 55 and 2F. RGB value is (16,85,47). Sum of RGB (Red+Green+Blue) = 16+85+47=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #10552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10552F is #EFAAD0. Grayscale: #3C3C3C. Windows color (decimal): -15706833 or 3101968. OLE color: 3101968.

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

Color convert

RGB168547-
CMYK0.8100.450.67
HSL146.96º68.32%19.8%-
HSV(B)146.96º81.18%33.33%-
XYZ3.986.813.79-
YUV60.04120.6496.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.81%
GREEN value IS 85 (33.59% from 255) = 57.43%
BLUE value IS 47 (18.75% from 255) = 31.76%
R=10.81%
G=57.43%
B=31.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1685470.8100.450.67146.9668.3219.8
Hex10552F5102D43934414
Octal201255712105510322310424
Binary10000101010110111110100010101101100001110010011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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