#155A25

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

Shades of Crusoe #155A25

Tints of Crusoe #155A25

Color information

#155A25 (or 0x155A25) is unknown color: approx Crusoe. HEX triplet: 15, 5A and 25. RGB value is (21,90,37). Sum of RGB (Red+Green+Blue) = 21+90+37=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 90 (35.55% from 255 or 60.81% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 90 - color contains mainly: green. Hex color #155A25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155A25 is #EAA5DA. Grayscale: #3F3F3F. Windows color (decimal): -15377883 or 2447893. OLE color: 2447893.

HSL color Cylindrical-coordinate representation of color #155A25: hue angle of 133.91º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155A25 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.65.

Color convert

RGB219037-
CMYK0.7700.590.65
HSL133.91º62.16%21.76%-
HSV(B)133.91º76.67%35.29%-
XYZ4.37.612.99-
YUV63.33113.1497.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.19%
GREEN value IS 90 (35.55% from 255) = 60.81%
BLUE value IS 37 (14.84% from 255) = 25%
R=14.19%
G=60.81%
B=25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2190370.7700.590.65133.9162.1621.76
Hex155A254D03B41863e16
Octal25132451150731012067626
Binary1010110110101001011001101011101110000011000011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155A25; }

 p { color: rgb(21,90,37); }

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

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

 a { background-color: rgb(21,90,37); }

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

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

 span { border-color: rgb(21,90,37); }

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