#155027

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

Shades of Crusoe #155027

Tints of Crusoe #155027

Color information

#155027 (or 0x155027) is unknown color: approx Crusoe. HEX triplet: 15, 50 and 27. RGB value is (21,80,39). Sum of RGB (Red+Green+Blue) = 21+80+39=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #155027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155027 is #EAAFD8. Grayscale: #393939. Windows color (decimal): -15380441 or 2576405. OLE color: 2576405.

HSL color Cylindrical-coordinate representation of color #155027: hue angle of 138.31º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155027 is Cyan = 0.74, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB218039-
CMYK0.7400.510.69
HSL138.31º58.42%19.8%-
HSV(B)138.31º73.75%31.37%-
XYZ3.546.042.9-
YUV57.68117.45101.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 80 (31.64% from 255) = 57.14%
BLUE value IS 39 (15.62% from 255) = 27.86%
R=15%
G=57.14%
B=27.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2180390.7400.510.69138.3158.4219.8
Hex1550274A033458a3a14
Octal25120471120631052127224
Binary1010110100001001111001010011001110001011000101011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155027; }

 p { color: rgb(21,80,39); }

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

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

 a { background-color: rgb(21,80,39); }

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

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

 span { border-color: rgb(21,80,39); }

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