#155427

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

Shades of Crusoe #155427

Tints of Crusoe #155427

Color information

#155427 (or 0x155427) is unknown color: approx Crusoe. HEX triplet: 15, 54 and 27. RGB value is (21,84,39). Sum of RGB (Red+Green+Blue) = 21+84+39=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 84 (33.20% from 255 or 58.33% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 84 - color contains mainly: green. Hex color #155427 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155427 is #EAABD8. Grayscale: #3C3C3C. Windows color (decimal): -15379417 or 2577429. OLE color: 2577429.

HSL color Cylindrical-coordinate representation of color #155427: hue angle of 137.14º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155427 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB218439-
CMYK0.7500.540.67
HSL137.14º60%20.59%-
HSV(B)137.14º75%32.94%-
XYZ3.856.653-
YUV60.03116.13100.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 84 (33.20% from 255) = 58.33%
BLUE value IS 39 (15.62% from 255) = 27.08%
R=14.58%
G=58.33%
B=27.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2184390.7500.540.67137.146020.59
Hex1554274B03643893c15
Octal25124471130661032117425
Binary1010110101001001111001011011011010000111000100111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155427; }

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

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

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

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

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

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

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

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