#18542C

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

Shades of Crusoe #18542C

Tints of Crusoe #18542C

Color information

#18542C (or 0x18542C) is unknown color: approx Crusoe. HEX triplet: 18, 54 and 2C. RGB value is (24,84,44). Sum of RGB (Red+Green+Blue) = 24+84+44=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #18542C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18542C is #E7ABD3. Grayscale: #3D3D3D. Windows color (decimal): -15182804 or 2905112. OLE color: 2905112.

HSL color Cylindrical-coordinate representation of color #18542C: hue angle of 140º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18542C is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB248444-
CMYK0.7100.480.67
HSL140º55.56%21.18%-
HSV(B)140º71.43%32.94%-
XYZ46.723.47-
YUV61.5118.12101.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 84 (33.20% from 255) = 55.26%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=15.79%
G=55.26%
B=28.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484440.7100.480.6714055.5621.18
Hex18542C47030438c3815
Octal30124541070601032147025
Binary1100010101001011001000111011000010000111000110011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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