#18502D

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

Shades of Crusoe #18502D

Tints of Crusoe #18502D

Color information

#18502D (or 0x18502D) is unknown color: approx Crusoe. HEX triplet: 18, 50 and 2D. RGB value is (24,80,45). Sum of RGB (Red+Green+Blue) = 24+80+45=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #18502D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18502D is #E7AFD2. Grayscale: #3B3B3B. Windows color (decimal): -15183827 or 2969624. OLE color: 2969624.

HSL color Cylindrical-coordinate representation of color #18502D: hue angle of 142.5º 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 #18502D is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB248045-
CMYK0.7000.440.69
HSL142.5º53.85%20.39%-
HSV(B)142.5º70%31.37%-
XYZ3.726.123.47-
YUV59.27119.95102.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.11%
GREEN value IS 80 (31.64% from 255) = 53.69%
BLUE value IS 45 (17.97% from 255) = 30.20%
R=16.11%
G=53.69%
B=30.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2480450.7000.440.69142.553.8520.39
Hex18502D4602C458e3614
Octal30120551060541052166624
Binary1100010100001011011000110010110010001011000111011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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