#18522A

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

Shades of Crusoe #18522A

Tints of Crusoe #18522A

Color information

#18522A (or 0x18522A) is unknown color: approx Crusoe. HEX triplet: 18, 52 and 2A. RGB value is (24,82,42). Sum of RGB (Red+Green+Blue) = 24+82+42=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 82 (32.42% from 255 or 55.41% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 82 - color contains mainly: green. Hex color #18522A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18522A is #E7ADD5. Grayscale: #3C3C3C. Windows color (decimal): -15183318 or 2773528. OLE color: 2773528.

HSL color Cylindrical-coordinate representation of color #18522A: hue angle of 138.62º 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 #18522A is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB248242-
CMYK0.7100.490.68
HSL138.62º54.72%20.78%-
HSV(B)138.62º70.73%32.16%-
XYZ3.816.43.22-
YUV60.1117.78102.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 82 (32.42% from 255) = 55.41%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=16.22%
G=55.41%
B=28.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2482420.7100.490.68138.6254.7220.78
Hex18522A47031448b3715
Octal30122521070611042136725
Binary1100010100101010101000111011000110001001000101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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