#186224

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

Shades of Crusoe #186224

Tints of Crusoe #186224

Color information

#186224 (or 0x186224) is unknown color: approx Crusoe. HEX triplet: 18, 62 and 24. RGB value is (24,98,36). Sum of RGB (Red+Green+Blue) = 24+98+36=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 98 (38.67% from 255 or 62.03% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 98 - color contains mainly: green. Hex color #186224 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186224 is #E79DDB. Grayscale: #444444. Windows color (decimal): -15179228 or 2384408. OLE color: 2384408.

HSL color Cylindrical-coordinate representation of color #186224: hue angle of 129.73º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #186224 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB249836-
CMYK0.7600.630.62
HSL129.73º60.66%23.92%-
HSV(B)129.73º75.51%38.43%-
XYZ5.069.063.15-
YUV68.81109.4896.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.19%
GREEN value IS 98 (38.67% from 255) = 62.03%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=15.19%
G=62.03%
B=22.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2498360.7600.630.62129.7360.6623.92
Hex1862244C03F3E823d18
Octal3014244114077762027530
Binary110001100010100100100110001111111111101000001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186224; }

 p { color: rgb(24,98,36); }

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

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

 a { background-color: rgb(24,98,36); }

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

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

 span { border-color: rgb(24,98,36); }

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