#155E25

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

Shades of Crusoe #155E25

Tints of Crusoe #155E25

Color information

#155E25 (or 0x155E25) is unknown color: approx Crusoe. HEX triplet: 15, 5E and 25. RGB value is (21,94,37). Sum of RGB (Red+Green+Blue) = 21+94+37=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 94 (37.11% from 255 or 61.84% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 94 - color contains mainly: green. Hex color #155E25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155E25 is #EAA1DA. Grayscale: #414141. Windows color (decimal): -15376859 or 2448917. OLE color: 2448917.

HSL color Cylindrical-coordinate representation of color #155E25: hue angle of 133.15º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #155E25 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.63.

Color convert

RGB219437-
CMYK0.7800.610.63
HSL133.15º63.48%22.55%-
HSV(B)133.15º77.66%36.86%-
XYZ4.658.33.11-
YUV65.68111.8296.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 94 (37.11% from 255) = 61.84%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=13.82%
G=61.84%
B=24.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2194370.7800.610.63133.1563.4822.55
Hex155E254E03D3F853f17
Octal2513645116075772057727
Binary101011011110100101100111001111011111111000010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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