#185933

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

Shades of Crusoe #185933

Tints of Crusoe #185933

Color information

#185933 (or 0x185933) is unknown color: approx Crusoe. HEX triplet: 18, 59 and 33. RGB value is (24,89,51). Sum of RGB (Red+Green+Blue) = 24+89+51=164 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.63% from 164); Green value is 89 (35.16% from 255 or 54.27% from 164); Blue value is 51 (20.31% from 255 or 31.10% from 164); Max value from RGB is 89 - color contains mainly: green. Hex color #185933 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185933 is #E7A6CC. Grayscale: #414141. Windows color (decimal): -15181517 or 3365144. OLE color: 3365144.

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

Color convert

RGB248951-
CMYK0.7300.430.65
HSL144.92º57.52%22.16%-
HSV(B)144.92º73.03%34.9%-
XYZ4.557.584.36-
YUV65.23119.9798.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.63%
GREEN value IS 89 (35.16% from 255) = 54.27%
BLUE value IS 51 (20.31% from 255) = 31.10%
R=14.63%
G=54.27%
B=31.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2489510.7300.430.65144.9257.5222.16
Hex1859334902B41913a16
Octal30131631110531012217226
Binary1100010110011100111001001010101110000011001000111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185933; }

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

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

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

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

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

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

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

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