#18552E

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

Shades of Crusoe #18552E

Tints of Crusoe #18552E

Color information

#18552E (or 0x18552E) is unknown color: approx Crusoe. HEX triplet: 18, 55 and 2E. RGB value is (24,85,46). Sum of RGB (Red+Green+Blue) = 24+85+46=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 85 (33.59% from 255 or 54.84% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 85 - color contains mainly: green. Hex color #18552E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18552E is #E7AAD1. Grayscale: #3E3E3E. Windows color (decimal): -15182546 or 3036440. OLE color: 3036440.

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

Color convert

RGB248546-
CMYK0.7200.460.67
HSL141.64º55.96%21.37%-
HSV(B)141.64º71.76%33.33%-
XYZ4.126.893.7-
YUV62.32118.79100.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 85 (33.59% from 255) = 54.84%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=15.48%
G=54.84%
B=29.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485460.7200.460.67141.6455.9621.37
Hex18552E4802E438e3815
Octal30125561100561032167025
Binary1100010101011011101001000010111010000111000111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18552E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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