#186025

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

Shades of Crusoe #186025

Tints of Crusoe #186025

Color information

#186025 (or 0x186025) is unknown color: approx Crusoe. HEX triplet: 18, 60 and 25. RGB value is (24,96,37). Sum of RGB (Red+Green+Blue) = 24+96+37=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #186025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186025 is #E79FDA. Grayscale: #434343. Windows color (decimal): -15179739 or 2449432. OLE color: 2449432.

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

Color convert

RGB249637-
CMYK0.7500.610.62
HSL130.83º60%23.53%-
HSV(B)130.83º75%37.65%-
XYZ4.898.693.17-
YUV67.75110.6596.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 96 (37.89% from 255) = 61.15%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=15.29%
G=61.15%
B=23.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496370.7500.610.62130.836023.53
Hex1860254B03D3E833c18
Octal3014045113075762037430
Binary110001100000100101100101101111011111101000001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186025; }

 p { color: rgb(24,96,37); }

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

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

 a { background-color: rgb(24,96,37); }

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

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

 span { border-color: rgb(24,96,37); }

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