#10531E

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

Shades of Crusoe #10531E

Tints of Crusoe #10531E

Color information

#10531E (or 0x10531E) is unknown color: approx Crusoe. HEX triplet: 10, 53 and 1E. RGB value is (16,83,30). Sum of RGB (Red+Green+Blue) = 16+83+30=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 83 (32.81% from 255 or 64.34% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 83 - color contains mainly: green. Hex color #10531E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10531E is #EFACE1. Grayscale: #393939. Windows color (decimal): -15707362 or 1987344. OLE color: 1987344.

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

Color convert

RGB168330-
CMYK0.8100.640.67
HSL132.54º67.68%19.41%-
HSV(B)132.54º80.72%32.55%-
XYZ3.546.392.28-
YUV56.92112.898.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.40%
GREEN value IS 83 (32.81% from 255) = 64.34%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=12.40%
G=64.34%
B=23.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1683300.8100.640.67132.5467.6819.41
Hex10531E5104043854413
Octal2012336121010010320510423
Binary10000101001111110101000101000000100001110000101100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10531E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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