#154F21

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

Shades of Crusoe #154F21

Tints of Crusoe #154F21

Color information

#154F21 (or 0x154F21) is unknown color: approx Crusoe. HEX triplet: 15, 4F and 21. RGB value is (21,79,33). Sum of RGB (Red+Green+Blue) = 21+79+33=133 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.79% from 133); Green value is 79 (31.25% from 255 or 59.40% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 79 - color contains mainly: green. Hex color #154F21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154F21 is #EAB0DE. Grayscale: #383838. Windows color (decimal): -15380703 or 2182933. OLE color: 2182933.

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

Color convert

RGB217933-
CMYK0.7300.580.69
HSL132.41º58%19.61%-
HSV(B)132.41º73.42%30.98%-
XYZ3.385.862.39-
YUV56.41114.78102.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.79%
GREEN value IS 79 (31.25% from 255) = 59.40%
BLUE value IS 33 (13.28% from 255) = 24.81%
R=15.79%
G=59.40%
B=24.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2179330.7300.580.69132.415819.61
Hex154F214903A45843a14
Octal25117411110721052047224
Binary1010110011111000011001001011101010001011000010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,79,33); }

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

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

 a { background-color: rgb(21,79,33); }

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

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

 span { border-color: rgb(21,79,33); }

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