#10592E

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

Shades of Crusoe #10592E

Tints of Crusoe #10592E

Color information

#10592E (or 0x10592E) is unknown color: approx Crusoe. HEX triplet: 10, 59 and 2E. RGB value is (16,89,46). Sum of RGB (Red+Green+Blue) = 16+89+46=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #10592E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10592E is #EFA6D1. Grayscale: #3E3E3E. Windows color (decimal): -15705810 or 3037456. OLE color: 3037456.

HSL color Cylindrical-coordinate representation of color #10592E: hue angle of 144.66º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10592E is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB168946-
CMYK0.8200.480.65
HSL144.66º69.52%20.59%-
HSV(B)144.66º82.02%34.9%-
XYZ4.287.453.8-
YUV62.27118.8295-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 89 (35.16% from 255) = 58.94%
BLUE value IS 46 (18.36% from 255) = 30.46%
R=10.60%
G=58.94%
B=30.46%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1689460.8200.480.65144.6669.5220.59
Hex10592E5203041914615
Octal201315612206010122110625
Binary10000101100110111010100100110000100000110010001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10592E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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