#186327

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

Shades of Crusoe #186327

Tints of Crusoe #186327

Color information

#186327 (or 0x186327) is unknown color: approx Crusoe. HEX triplet: 18, 63 and 27. RGB value is (24,99,39). Sum of RGB (Red+Green+Blue) = 24+99+39=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 99 (39.06% from 255 or 61.11% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 99 - color contains mainly: green. Hex color #186327 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186327 is #E79CD8. Grayscale: #454545. Windows color (decimal): -15178969 or 2581272. OLE color: 2581272.

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

Color convert

RGB249939-
CMYK0.7600.610.61
HSL132º60.98%24.12%-
HSV(B)132º75.76%38.82%-
XYZ5.29.263.43-
YUV69.74110.6595.38-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.81%
GREEN value IS 99 (39.06% from 255) = 61.11%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=14.81%
G=61.11%
B=24.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2499390.7600.610.6113260.9824.12
Hex1863274C03D3D843d18
Octal3014347114075752047530
Binary110001100011100111100110001111011111011000010011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186327; }

 p { color: rgb(24,99,39); }

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

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

 a { background-color: rgb(24,99,39); }

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

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

 span { border-color: rgb(24,99,39); }

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