#155826

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

Shades of Crusoe #155826

Tints of Crusoe #155826

Color information

#155826 (or 0x155826) is unknown color: approx Crusoe. HEX triplet: 15, 58 and 26. RGB value is (21,88,38). Sum of RGB (Red+Green+Blue) = 21+88+38=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 88 (34.77% from 255 or 59.86% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 88 - color contains mainly: green. Hex color #155826 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155826 is #EAA7D9. Grayscale: #3E3E3E. Windows color (decimal): -15378394 or 2512917. OLE color: 2512917.

HSL color Cylindrical-coordinate representation of color #155826: hue angle of 135.22º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155826 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB218838-
CMYK0.7600.570.65
HSL135.22º61.47%21.37%-
HSV(B)135.22º76.14%34.51%-
XYZ4.157.283.02-
YUV62.27114.398.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 88 (34.77% from 255) = 59.86%
BLUE value IS 38 (15.23% from 255) = 25.85%
R=14.29%
G=59.86%
B=25.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2188380.7600.570.65135.2261.4721.37
Hex1558264C03941873d15
Octal25130461140711012077525
Binary1010110110001001101001100011100110000011000011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155826; }

 p { color: rgb(21,88,38); }

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

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

 a { background-color: rgb(21,88,38); }

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

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

 span { border-color: rgb(21,88,38); }

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