#185B26

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

Shades of Crusoe #185B26

Tints of Crusoe #185B26

Color information

#185B26 (or 0x185B26) is unknown color: approx Crusoe. HEX triplet: 18, 5B and 26. RGB value is (24,91,38). Sum of RGB (Red+Green+Blue) = 24+91+38=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 91 (35.94% from 255 or 59.48% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 91 - color contains mainly: green. Hex color #185B26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185B26 is #E7A4D9. Grayscale: #414141. Windows color (decimal): -15181018 or 2513688. OLE color: 2513688.

HSL color Cylindrical-coordinate representation of color #185B26: hue angle of 132.54º degrees, saturation: 0.58, 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 #185B26 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB249138-
CMYK0.7400.580.64
HSL132.54º58.26%22.55%-
HSV(B)132.54º73.63%35.69%-
XYZ4.477.823.11-
YUV64.92112.898.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 91 (35.94% from 255) = 59.48%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=15.69%
G=59.48%
B=24.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2491380.7400.580.64132.5458.2622.55
Hex185B264A03A40853a17
Octal30133461120721002057227
Binary1100010110111001101001010011101010000001000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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