#18632C

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

Shades of Crusoe #18632C

Tints of Crusoe #18632C

Color information

#18632C (or 0x18632C) is unknown color: approx Crusoe. HEX triplet: 18, 63 and 2C. RGB value is (24,99,44). Sum of RGB (Red+Green+Blue) = 24+99+44=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 99 (39.06% from 255 or 59.28% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 99 - color contains mainly: green. Hex color #18632C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18632C is #E79CD3. Grayscale: #464646. Windows color (decimal): -15178964 or 2908952. OLE color: 2908952.

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

Color convert

RGB249944-
CMYK0.7600.560.61
HSL136º60.98%24.12%-
HSV(B)136º75.76%38.82%-
XYZ5.299.33.9-
YUV70.31113.1594.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 99 (39.06% from 255) = 59.28%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=14.37%
G=59.28%
B=26.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2499440.7600.560.6113660.9824.12
Hex18632C4C0383D883d18
Octal3014354114070752107530
Binary110001100011101100100110001110001111011000100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18632C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18632C; }

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

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

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

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

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

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

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

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