#18592B

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

Shades of Crusoe #18592B

Tints of Crusoe #18592B

Color information

#18592B (or 0x18592B) is unknown color: approx Crusoe. HEX triplet: 18, 59 and 2B. RGB value is (24,89,43). Sum of RGB (Red+Green+Blue) = 24+89+43=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 89 (35.16% from 255 or 57.05% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 89 - color contains mainly: green. Hex color #18592B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18592B is #E7A6D4. Grayscale: #404040. Windows color (decimal): -15181525 or 2840856. OLE color: 2840856.

HSL color Cylindrical-coordinate representation of color #18592B: hue angle of 137.54º 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 #18592B is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB248943-
CMYK0.7300.520.65
HSL137.54º57.52%22.16%-
HSV(B)137.54º73.03%34.9%-
XYZ4.397.513.5-
YUV64.32115.9799.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.38%
GREEN value IS 89 (35.16% from 255) = 57.05%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=15.38%
G=57.05%
B=27.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2489430.7300.520.65137.5457.5222.16
Hex18592B49034418a3a16
Octal30131531110641012127226
Binary1100010110011010111001001011010010000011000101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18592B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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