#10592F

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

Shades of Crusoe #10592F

Tints of Crusoe #10592F

Color information

#10592F (or 0x10592F) is unknown color: approx Crusoe. HEX triplet: 10, 59 and 2F. RGB value is (16,89,47). Sum of RGB (Red+Green+Blue) = 16+89+47=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #10592F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10592F is #EFA6D0. Grayscale: #3E3E3E. Windows color (decimal): -15705809 or 3102992. OLE color: 3102992.

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

Color convert

RGB168947-
CMYK0.8200.470.65
HSL145.48º69.52%20.59%-
HSV(B)145.48º82.02%34.9%-
XYZ4.37.463.9-
YUV62.38119.3294.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.53%
GREEN value IS 89 (35.16% from 255) = 58.55%
BLUE value IS 47 (18.75% from 255) = 30.92%
R=10.53%
G=58.55%
B=30.92%

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
Decimal1689470.8200.470.65145.4869.5220.59
Hex10592F5202F41914615
Octal201315712205710122110625
Binary10000101100110111110100100101111100000110010001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10592F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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