#10512C

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

Shades of Crusoe #10512C

Tints of Crusoe #10512C

Color information

#10512C (or 0x10512C) is unknown color: approx Crusoe. HEX triplet: 10, 51 and 2C. RGB value is (16,81,44). Sum of RGB (Red+Green+Blue) = 16+81+44=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 81 (32.03% from 255 or 57.45% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 81 - color contains mainly: green. Hex color #10512C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10512C is #EFAED3. Grayscale: #393939. Windows color (decimal): -15707860 or 2904336. OLE color: 2904336.

HSL color Cylindrical-coordinate representation of color #10512C: hue angle of 145.85º 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 #10512C is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.68.

Color convert

RGB168144-
CMYK0.8000.460.68
HSL145.85º67.01%19.02%-
HSV(B)145.85º80.25%31.76%-
XYZ3.616.183.38-
YUV57.35120.4798.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.35%
GREEN value IS 81 (32.03% from 255) = 57.45%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=11.35%
G=57.45%
B=31.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1681440.8000.460.68145.8567.0119.02
Hex10512C5002E44924313
Octal201215412005610422210323
Binary10000101000110110010100000101110100010010010010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10512C; }

 p { color: rgb(16,81,44); }

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

<style>
 a { background-color: #10512C; }

 a { background-color: rgb(16,81,44); }

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

<style>
 span { border-color: #10512C; }

 span { border-color: rgb(16,81,44); }

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