#18532A

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

Shades of Crusoe #18532A

Tints of Crusoe #18532A

Color information

#18532A (or 0x18532A) is unknown color: approx Crusoe. HEX triplet: 18, 53 and 2A. RGB value is (24,83,42). Sum of RGB (Red+Green+Blue) = 24+83+42=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #18532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18532A is #E7ACD5. Grayscale: #3C3C3C. Windows color (decimal): -15183062 or 2773784. OLE color: 2773784.

HSL color Cylindrical-coordinate representation of color #18532A: hue angle of 138.31º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18532A is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB248342-
CMYK0.7100.490.67
HSL138.31º55.14%20.98%-
HSV(B)138.31º71.08%32.55%-
XYZ3.896.553.25-
YUV60.68117.45101.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.11%
GREEN value IS 83 (32.81% from 255) = 55.70%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=16.11%
G=55.70%
B=28.19%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2483420.7100.490.67138.3155.1420.98
Hex18532A47031438a3715
Octal30123521070611032126725
Binary1100010100111010101000111011000110000111000101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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