#18632A

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

Shades of Crusoe #18632A

Tints of Crusoe #18632A

Color information

#18632A (or 0x18632A) is unknown color: approx Crusoe. HEX triplet: 18, 63 and 2A. RGB value is (24,99,42). Sum of RGB (Red+Green+Blue) = 24+99+42=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 99 (39.06% from 255 or 60% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 99 - color contains mainly: green. Hex color #18632A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18632A is #E79CD5. Grayscale: #464646. Windows color (decimal): -15178966 or 2777880. OLE color: 2777880.

HSL color Cylindrical-coordinate representation of color #18632A: hue angle of 134.4º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #18632A is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB249942-
CMYK0.7600.580.61
HSL134.4º60.98%24.12%-
HSV(B)134.4º75.76%38.82%-
XYZ5.269.293.71-
YUV70.08112.1595.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.55%
GREEN value IS 99 (39.06% from 255) = 60%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=14.55%
G=60%
B=25.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2499420.7600.580.61134.460.9824.12
Hex18632A4C03A3D863d18
Octal3014352114072752067530
Binary110001100011101010100110001110101111011000011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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