#18562A

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

Shades of Crusoe #18562A

Tints of Crusoe #18562A

Color information

#18562A (or 0x18562A) is unknown color: approx Crusoe. HEX triplet: 18, 56 and 2A. RGB value is (24,86,42). Sum of RGB (Red+Green+Blue) = 24+86+42=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #18562A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18562A is #E7A9D5. Grayscale: #3E3E3E. Windows color (decimal): -15182294 or 2774552. OLE color: 2774552.

HSL color Cylindrical-coordinate representation of color #18562A: hue angle of 137.42º degrees, saturation: 0.56, 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 #18562A is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB248642-
CMYK0.7200.510.66
HSL137.42º56.36%21.57%-
HSV(B)137.42º72.09%33.73%-
XYZ4.127.023.33-
YUV62.45116.46100.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 86 (33.98% from 255) = 56.58%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=15.79%
G=56.58%
B=27.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2486420.7200.510.66137.4256.3621.57
Hex18562A4803342893816
Octal30126521100631022117026
Binary1100010101101010101001000011001110000101000100111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18562A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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