#185626

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

Shades of Crusoe #185626

Tints of Crusoe #185626

Color information

#185626 (or 0x185626) is unknown color: approx Crusoe. HEX triplet: 18, 56 and 26. RGB value is (24,86,38). Sum of RGB (Red+Green+Blue) = 24+86+38=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 86 (33.98% from 255 or 58.11% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 86 - color contains mainly: green. Hex color #185626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185626 is #E7A9D9. Grayscale: #3E3E3E. Windows color (decimal): -15182298 or 2512408. OLE color: 2512408.

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

Color convert

RGB248638-
CMYK0.7200.560.66
HSL133.55º56.36%21.57%-
HSV(B)133.55º72.09%33.73%-
XYZ4.056.992.97-
YUV61.99114.46100.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.22%
GREEN value IS 86 (33.98% from 255) = 58.11%
BLUE value IS 38 (15.23% from 255) = 25.68%
R=16.22%
G=58.11%
B=25.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2486380.7200.560.66133.5556.3621.57
Hex1856264803842863816
Octal30126461100701022067026
Binary1100010101101001101001000011100010000101000011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185626; }

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

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

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

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

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

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

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

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