#18502C

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

Shades of Crusoe #18502C

Tints of Crusoe #18502C

Color information

#18502C (or 0x18502C) is unknown color: approx Crusoe. HEX triplet: 18, 50 and 2C. RGB value is (24,80,44). Sum of RGB (Red+Green+Blue) = 24+80+44=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #18502C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18502C is #E7AFD3. Grayscale: #3B3B3B. Windows color (decimal): -15183828 or 2904088. OLE color: 2904088.

HSL color Cylindrical-coordinate representation of color #18502C: hue angle of 141.43º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18502C is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB248044-
CMYK0.7000.450.69
HSL141.43º53.85%20.39%-
HSV(B)141.43º70%31.37%-
XYZ3.76.113.37-
YUV59.15119.45102.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 80 (31.64% from 255) = 54.05%
BLUE value IS 44 (17.58% from 255) = 29.73%
R=16.22%
G=54.05%
B=29.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2480440.7000.450.69141.4353.8520.39
Hex18502C4602D458d3614
Octal30120541060551052156624
Binary1100010100001011001000110010110110001011000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18502C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18502C; }

 p { color: rgb(24,80,44); }

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

<style>
 a { background-color: #18502C; }

 a { background-color: rgb(24,80,44); }

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

<style>
 span { border-color: #18502C; }

 span { border-color: rgb(24,80,44); }

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