#18542E

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

Shades of Crusoe #18542E

Tints of Crusoe #18542E

Color information

#18542E (or 0x18542E) is unknown color: approx Crusoe. HEX triplet: 18, 54 and 2E. RGB value is (24,84,46). Sum of RGB (Red+Green+Blue) = 24+84+46=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 46 (18.36% from 255 or 29.87% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #18542E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18542E is #E7ABD1. Grayscale: #3D3D3D. Windows color (decimal): -15182802 or 3036184. OLE color: 3036184.

HSL color Cylindrical-coordinate representation of color #18542E: hue angle of 142º 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 #18542E is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.67.

Color convert

RGB248446-
CMYK0.7100.450.67
HSL142º55.56%21.18%-
HSV(B)142º71.43%32.94%-
XYZ4.046.733.67-
YUV61.73119.12101.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 84 (33.20% from 255) = 54.55%
BLUE value IS 46 (18.36% from 255) = 29.87%
R=15.58%
G=54.55%
B=29.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484460.7100.450.6714255.5621.18
Hex18542E4702D438e3815
Octal30124561070551032167025
Binary1100010101001011101000111010110110000111000111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18542E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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