#186328

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

Shades of Crusoe #186328

Tints of Crusoe #186328

Color information

#186328 (or 0x186328) is unknown color: approx Crusoe. HEX triplet: 18, 63 and 28. RGB value is (24,99,40). Sum of RGB (Red+Green+Blue) = 24+99+40=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 99 (39.06% from 255 or 60.74% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 99 - color contains mainly: green. Hex color #186328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186328 is #E79CD7. Grayscale: #464646. Windows color (decimal): -15178968 or 2646808. OLE color: 2646808.

HSL color Cylindrical-coordinate representation of color #186328: hue angle of 132.8º 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 #186328 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB249940-
CMYK0.7600.600.61
HSL132.8º60.98%24.12%-
HSV(B)132.8º75.76%38.82%-
XYZ5.229.273.52-
YUV69.85111.1595.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 99 (39.06% from 255) = 60.74%
BLUE value IS 40 (16.02% from 255) = 24.54%
R=14.72%
G=60.74%
B=24.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2499400.7600.600.61132.860.9824.12
Hex1863284C03C3D853d18
Octal3014350114074752057530
Binary110001100011101000100110001111001111011000010111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186328; }

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

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

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

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

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

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

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

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