#10582F

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

Shades of Crusoe #10582F

Tints of Crusoe #10582F

Color information

#10582F (or 0x10582F) is unknown color: approx Crusoe. HEX triplet: 10, 58 and 2F. RGB value is (16,88,47). Sum of RGB (Red+Green+Blue) = 16+88+47=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 88 (34.77% from 255 or 58.28% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 88 - color contains mainly: green. Hex color #10582F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10582F is #EFA7D0. Grayscale: #3D3D3D. Windows color (decimal): -15706065 or 3102736. OLE color: 3102736.

HSL color Cylindrical-coordinate representation of color #10582F: hue angle of 145.83º 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 #10582F is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB168847-
CMYK0.8200.470.65
HSL145.83º69.23%20.39%-
HSV(B)145.83º81.82%34.51%-
XYZ4.227.293.88-
YUV61.8119.6595.33-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 88 (34.77% from 255) = 58.28%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=10.60%
G=58.28%
B=31.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1688470.8200.470.65145.8369.2320.39
Hex10582F5202F41924514
Octal201305712205710122210524
Binary10000101100010111110100100101111100000110010010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10582F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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