#10522B

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

Shades of Crusoe #10522B

Tints of Crusoe #10522B

Color information

#10522B (or 0x10522B) is unknown color: approx Crusoe. HEX triplet: 10, 52 and 2B. RGB value is (16,82,43). Sum of RGB (Red+Green+Blue) = 16+82+43=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #10522B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10522B is #EFADD4. Grayscale: #393939. Windows color (decimal): -15707605 or 2839056. OLE color: 2839056.

HSL color Cylindrical-coordinate representation of color #10522B: hue angle of 144.55º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10522B is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB168243-
CMYK0.8000.480.68
HSL144.55º67.35%19.22%-
HSV(B)144.55º80.49%32.16%-
XYZ3.676.323.31-
YUV57.82119.6398.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.35%
GREEN value IS 82 (32.42% from 255) = 58.16%
BLUE value IS 43 (17.19% from 255) = 30.50%
R=11.35%
G=58.16%
B=30.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1682430.8000.480.68144.5567.3519.22
Hex10522B5003044914313
Octal201225312006010422110323
Binary10000101001010101110100000110000100010010010001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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