#154E28

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

Shades of Crusoe #154E28

Tints of Crusoe #154E28

Color information

#154E28 (or 0x154E28) is unknown color: approx Crusoe. HEX triplet: 15, 4E and 28. RGB value is (21,78,40). Sum of RGB (Red+Green+Blue) = 21+78+40=139 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.11% from 139); Green value is 78 (30.86% from 255 or 56.12% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 78 - color contains mainly: green. Hex color #154E28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154E28 is #EAB1D7. Grayscale: #383838. Windows color (decimal): -15380952 or 2641429. OLE color: 2641429.

HSL color Cylindrical-coordinate representation of color #154E28: hue angle of 140º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154E28 is Cyan = 0.73, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB217840-
CMYK0.7300.490.69
HSL140º57.58%19.41%-
HSV(B)140º73.08%30.59%-
XYZ3.425.762.94-
YUV56.62118.62102.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.11%
GREEN value IS 78 (30.86% from 255) = 56.12%
BLUE value IS 40 (16.02% from 255) = 28.78%
R=15.11%
G=56.12%
B=28.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2178400.7300.490.6914057.5819.41
Hex154E2849031458c3a13
Octal25116501110611052147223
Binary1010110011101010001001001011000110001011000110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154E28; }

 p { color: rgb(21,78,40); }

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

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

 a { background-color: rgb(21,78,40); }

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

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

 span { border-color: rgb(21,78,40); }

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