#155626

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

Shades of Crusoe #155626

Tints of Crusoe #155626

Color information

#155626 (or 0x155626) is unknown color: approx Crusoe. HEX triplet: 15, 56 and 26. RGB value is (21,86,38). Sum of RGB (Red+Green+Blue) = 21+86+38=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 86 (33.98% from 255 or 59.31% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 86 - color contains mainly: green. Hex color #155626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155626 is #EAA9D9. Grayscale: #3D3D3D. Windows color (decimal): -15378906 or 2512405. OLE color: 2512405.

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

Color convert

RGB218638-
CMYK0.7600.560.66
HSL135.69º60.75%20.98%-
HSV(B)135.69º75.58%33.73%-
XYZ3.996.952.97-
YUV61.09114.9799.4-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 86 (33.98% from 255) = 59.31%
BLUE value IS 38 (15.23% from 255) = 26.21%
R=14.48%
G=59.31%
B=26.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2186380.7600.560.66135.6960.7520.98
Hex1556264C03842883d15
Octal25126461140701022107525
Binary1010110101101001101001100011100010000101000100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155626; }

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

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

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

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

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

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

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

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