#155121

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

Shades of Crusoe #155121

Tints of Crusoe #155121

Color information

#155121 (or 0x155121) is unknown color: approx Crusoe. HEX triplet: 15, 51 and 21. RGB value is (21,81,33). Sum of RGB (Red+Green+Blue) = 21+81+33=135 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.56% from 135); Green value is 81 (32.03% from 255 or 60% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 81 - color contains mainly: green. Hex color #155121 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155121 is #EAAEDE. Grayscale: #393939. Windows color (decimal): -15380191 or 2183445. OLE color: 2183445.

HSL color Cylindrical-coordinate representation of color #155121: hue angle of 132º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155121 is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB218133-
CMYK0.7400.590.68
HSL132º58.82%20%-
HSV(B)132º74.07%31.76%-
XYZ3.536.152.44-
YUV57.59114.12101.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.56%
GREEN value IS 81 (32.03% from 255) = 60%
BLUE value IS 33 (13.28% from 255) = 24.44%
R=15.56%
G=60%
B=24.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2181330.7400.590.6813258.8220
Hex1551214A03B44843b14
Octal25121411120731042047324
Binary1010110100011000011001010011101110001001000010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155121; }

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

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

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

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

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

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

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

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