#18592A

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

Shades of Crusoe #18592A

Tints of Crusoe #18592A

Color information

#18592A (or 0x18592A) is unknown color: approx Crusoe. HEX triplet: 18, 59 and 2A. RGB value is (24,89,42). Sum of RGB (Red+Green+Blue) = 24+89+42=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 89 (35.16% from 255 or 57.42% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 89 - color contains mainly: green. Hex color #18592A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18592A is #E7A6D5. Grayscale: #404040. Windows color (decimal): -15181526 or 2775320. OLE color: 2775320.

HSL color Cylindrical-coordinate representation of color #18592A: hue angle of 136.62º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #18592A is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB248942-
CMYK0.7300.530.65
HSL136.62º57.52%22.16%-
HSV(B)136.62º73.03%34.9%-
XYZ4.377.513.41-
YUV64.21115.4799.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 89 (35.16% from 255) = 57.42%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=15.48%
G=57.42%
B=27.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2489420.7300.530.65136.6257.5222.16
Hex18592A4903541893a16
Octal30131521110651012117226
Binary1100010110011010101001001011010110000011000100111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,89,42); }

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

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

 a { background-color: rgb(24,89,42); }

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

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

 span { border-color: rgb(24,89,42); }

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