#155C21

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

Shades of Crusoe #155C21

Tints of Crusoe #155C21

Color information

#155C21 (or 0x155C21) is unknown color: approx Crusoe. HEX triplet: 15, 5C and 21. RGB value is (21,92,33). Sum of RGB (Red+Green+Blue) = 21+92+33=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 92 (36.33% from 255 or 63.01% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 92 - color contains mainly: green. Hex color #155C21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C21 is #EAA3DE. Grayscale: #404040. Windows color (decimal): -15377375 or 2186261. OLE color: 2186261.

HSL color Cylindrical-coordinate representation of color #155C21: hue angle of 130.14º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155C21 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB219233-
CMYK0.7700.640.64
HSL130.14º62.83%22.16%-
HSV(B)130.14º77.17%36.08%-
XYZ4.417.922.74-
YUV64.04110.4897.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.38%
GREEN value IS 92 (36.33% from 255) = 63.01%
BLUE value IS 33 (13.28% from 255) = 22.60%
R=14.38%
G=63.01%
B=22.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2192330.7700.640.64130.1462.8322.16
Hex155C214D04040823f16
Octal251344111501001002027726
Binary10101101110010000110011010100000010000001000001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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