#10582B

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

Shades of Crusoe #10582B

Tints of Crusoe #10582B

Color information

#10582B (or 0x10582B) is unknown color: approx Crusoe. HEX triplet: 10, 58 and 2B. RGB value is (16,88,43). Sum of RGB (Red+Green+Blue) = 16+88+43=147 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.88% from 147); Green value is 88 (34.77% from 255 or 59.86% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 88 - color contains mainly: green. Hex color #10582B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10582B is #EFA7D4. Grayscale: #3D3D3D. Windows color (decimal): -15706069 or 2840592. OLE color: 2840592.

HSL color Cylindrical-coordinate representation of color #10582B: hue angle of 142.5º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10582B is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB168843-
CMYK0.8200.510.65
HSL142.5º69.23%20.39%-
HSV(B)142.5º81.82%34.51%-
XYZ4.147.263.47-
YUV61.34117.6595.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.88%
GREEN value IS 88 (34.77% from 255) = 59.86%
BLUE value IS 43 (17.19% from 255) = 29.25%
R=10.88%
G=59.86%
B=29.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1688430.8200.510.65142.569.2320.39
Hex10582B52033418e4514
Octal201305312206310121610524
Binary10000101100010101110100100110011100000110001110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10582B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,88,43); }

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

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

 a { background-color: rgb(16,88,43); }

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

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

 span { border-color: rgb(16,88,43); }

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