#10531B

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

Shades of Crusoe #10531B

Tints of Crusoe #10531B

Color information

#10531B (or 0x10531B) is unknown color: approx Crusoe. HEX triplet: 10, 53 and 1B. RGB value is (16,83,27). Sum of RGB (Red+Green+Blue) = 16+83+27=126 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.70% from 126); Green value is 83 (32.81% from 255 or 65.87% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 83 - color contains mainly: green. Hex color #10531B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10531B is #EFACE4. Grayscale: #383838. Windows color (decimal): -15707365 or 1790736. OLE color: 1790736.

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

Color convert

RGB168327-
CMYK0.8100.670.67
HSL129.85º67.68%19.41%-
HSV(B)129.85º80.72%32.55%-
XYZ3.56.382.08-
YUV56.58111.399.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.70%
GREEN value IS 83 (32.81% from 255) = 65.87%
BLUE value IS 27 (10.94% from 255) = 21.43%
R=12.70%
G=65.87%
B=21.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1683270.8100.670.67129.8567.6819.41
Hex10531B5104343824413
Octal2012333121010310320210423
Binary10000101001111011101000101000011100001110000010100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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