#185C26

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

Shades of Crusoe #185C26

Tints of Crusoe #185C26

Color information

#185C26 (or 0x185C26) is unknown color: approx Crusoe. HEX triplet: 18, 5C and 26. RGB value is (24,92,38). Sum of RGB (Red+Green+Blue) = 24+92+38=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 92 (36.33% from 255 or 59.74% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 92 - color contains mainly: green. Hex color #185C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185C26 is #E7A3D9. Grayscale: #414141. Windows color (decimal): -15180762 or 2513944. OLE color: 2513944.

HSL color Cylindrical-coordinate representation of color #185C26: hue angle of 132.35º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185C26 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.64.

Color convert

RGB249238-
CMYK0.7400.590.64
HSL132.35º58.62%22.75%-
HSV(B)132.35º73.91%36.08%-
XYZ4.557.993.14-
YUV65.51112.4798.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 92 (36.33% from 255) = 59.74%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=15.58%
G=59.74%
B=24.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2492380.7400.590.64132.3558.6222.75
Hex185C264A03B40843b17
Octal30134461120731002047327
Binary1100010111001001101001010011101110000001000010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185C26; }

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

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

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

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

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

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

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

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