#10512A

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

Shades of Crusoe #10512A

Tints of Crusoe #10512A

Color information

#10512A (or 0x10512A) is unknown color: approx Crusoe. HEX triplet: 10, 51 and 2A. RGB value is (16,81,42). Sum of RGB (Red+Green+Blue) = 16+81+42=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 81 (32.03% from 255 or 58.27% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 81 - color contains mainly: green. Hex color #10512A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10512A is #EFAED5. Grayscale: #393939. Windows color (decimal): -15707862 or 2773264. OLE color: 2773264.

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

Color convert

RGB168142-
CMYK0.8000.480.68
HSL144º67.01%19.02%-
HSV(B)144º80.25%31.76%-
XYZ3.576.163.19-
YUV57.12119.4798.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.51%
GREEN value IS 81 (32.03% from 255) = 58.27%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=11.51%
G=58.27%
B=30.22%

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
Decimal1681420.8000.480.6814467.0119.02
Hex10512A5003044904313
Octal201215212006010422010323
Binary10000101000110101010100000110000100010010010000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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