#18572A

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

Shades of Crusoe #18572A

Tints of Crusoe #18572A

Color information

#18572A (or 0x18572A) is unknown color: approx Crusoe. HEX triplet: 18, 57 and 2A. RGB value is (24,87,42). Sum of RGB (Red+Green+Blue) = 24+87+42=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 87 (34.38% from 255 or 56.86% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 87 - color contains mainly: green. Hex color #18572A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18572A is #E7A8D5. Grayscale: #3F3F3F. Windows color (decimal): -15182038 or 2774808. OLE color: 2774808.

HSL color Cylindrical-coordinate representation of color #18572A: hue angle of 137.14º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18572A is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB248742-
CMYK0.7200.520.66
HSL137.14º56.76%21.76%-
HSV(B)137.14º72.41%34.12%-
XYZ4.27.183.35-
YUV63.03116.13100.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 87 (34.38% from 255) = 56.86%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=15.69%
G=56.86%
B=27.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2487420.7200.520.66137.1456.7621.76
Hex18572A4803442893916
Octal30127521100641022117126
Binary1100010101111010101001000011010010000101000100111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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