#185426

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

Shades of Crusoe #185426

Tints of Crusoe #185426

Color information

#185426 (or 0x185426) is unknown color: approx Crusoe. HEX triplet: 18, 54 and 26. RGB value is (24,84,38). Sum of RGB (Red+Green+Blue) = 24+84+38=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 84 (33.20% from 255 or 57.53% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 84 - color contains mainly: green. Hex color #185426 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185426 is #E7ABD9. Grayscale: #3C3C3C. Windows color (decimal): -15182810 or 2511896. OLE color: 2511896.

HSL color Cylindrical-coordinate representation of color #185426: hue angle of 134º degrees, saturation: 0.56, 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 #185426 is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB248438-
CMYK0.7100.550.67
HSL134º55.56%21.18%-
HSV(B)134º71.43%32.94%-
XYZ3.96.672.92-
YUV60.82115.12101.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.44%
GREEN value IS 84 (33.20% from 255) = 57.53%
BLUE value IS 38 (15.23% from 255) = 26.03%
R=16.44%
G=57.53%
B=26.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484380.7100.550.6713455.5621.18
Hex1854264703743863815
Octal30124461070671032067025
Binary1100010101001001101000111011011110000111000011011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185426; }

 p { color: rgb(24,84,38); }

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

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

 a { background-color: rgb(24,84,38); }

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

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

 span { border-color: rgb(24,84,38); }

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