#185926

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

Shades of Crusoe #185926

Tints of Crusoe #185926

Color information

#185926 (or 0x185926) is unknown color: approx Crusoe. HEX triplet: 18, 59 and 26. RGB value is (24,89,38). Sum of RGB (Red+Green+Blue) = 24+89+38=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #185926 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185926 is #E7A6D9. Grayscale: #3F3F3F. Windows color (decimal): -15181530 or 2513176. OLE color: 2513176.

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

Color convert

RGB248938-
CMYK0.7300.570.65
HSL132.92º57.52%22.16%-
HSV(B)132.92º73.03%34.9%-
XYZ4.37.483.05-
YUV63.75113.4799.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 89 (35.16% from 255) = 58.94%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=15.89%
G=58.94%
B=25.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2489380.7300.570.65132.9257.5222.16
Hex1859264903941853a16
Octal30131461110711012057226
Binary1100010110011001101001001011100110000011000010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185926; }

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

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

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

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

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

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

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

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