#18522D

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

Shades of Crusoe #18522D

Tints of Crusoe #18522D

Color information

#18522D (or 0x18522D) is unknown color: approx Crusoe. HEX triplet: 18, 52 and 2D. RGB value is (24,82,45). Sum of RGB (Red+Green+Blue) = 24+82+45=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 82 (32.42% from 255 or 54.30% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 82 - color contains mainly: green. Hex color #18522D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18522D is #E7ADD2. Grayscale: #3C3C3C. Windows color (decimal): -15183315 or 2970136. OLE color: 2970136.

HSL color Cylindrical-coordinate representation of color #18522D: hue angle of 141.72º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18522D is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB248245-
CMYK0.7100.450.68
HSL141.72º54.72%20.78%-
HSV(B)141.72º70.73%32.16%-
XYZ3.876.423.52-
YUV60.44119.28102.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 82 (32.42% from 255) = 54.30%
BLUE value IS 45 (17.97% from 255) = 29.80%
R=15.89%
G=54.30%
B=29.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2482450.7100.450.68141.7254.7220.78
Hex18522D4702D448e3715
Octal30122551070551042166725
Binary1100010100101011011000111010110110001001000111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18522D; }

 p { color: rgb(24,82,45); }

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

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

 a { background-color: rgb(24,82,45); }

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

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

 span { border-color: rgb(24,82,45); }

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