#10532E

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

Shades of Crusoe #10532E

Tints of Crusoe #10532E

Color information

#10532E (or 0x10532E) is unknown color: approx Crusoe. HEX triplet: 10, 53 and 2E. RGB value is (16,83,46). Sum of RGB (Red+Green+Blue) = 16+83+46=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 83 (32.81% from 255 or 57.24% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 83 - color contains mainly: green. Hex color #10532E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10532E is #EFACD1. Grayscale: #3A3A3A. Windows color (decimal): -15707346 or 3035920. OLE color: 3035920.

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

Color convert

RGB168346-
CMYK0.8100.450.67
HSL146.87º67.68%19.41%-
HSV(B)146.87º80.72%32.55%-
XYZ3.86.493.64-
YUV58.75120.897.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 83 (32.81% from 255) = 57.24%
BLUE value IS 46 (18.36% from 255) = 31.72%
R=11.03%
G=57.24%
B=31.72%

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
Decimal1683460.8100.450.67146.8767.6819.41
Hex10532E5102D43934413
Octal201235612105510322310423
Binary10000101001110111010100010101101100001110010011100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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