#155122

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

Shades of Crusoe #155122

Tints of Crusoe #155122

Color information

#155122 (or 0x155122) is unknown color: approx Crusoe. HEX triplet: 15, 51 and 22. RGB value is (21,81,34). Sum of RGB (Red+Green+Blue) = 21+81+34=136 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15.44% from 136); Green value is 81 (32.03% from 255 or 59.56% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 81 - color contains mainly: green. Hex color #155122 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155122 is #EAAEDD. Grayscale: #393939. Windows color (decimal): -15380190 or 2248981. OLE color: 2248981.

HSL color Cylindrical-coordinate representation of color #155122: hue angle of 133º 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 #155122 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB218134-
CMYK0.7400.580.68
HSL133º58.82%20%-
HSV(B)133º74.07%31.76%-
XYZ3.546.162.52-
YUV57.7114.62101.82-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.44%
GREEN value IS 81 (32.03% from 255) = 59.56%
BLUE value IS 34 (13.67% from 255) = 25%
R=15.44%
G=59.56%
B=25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2181340.7400.580.6813358.8220
Hex1551224A03A44853b14
Octal25121421120721042057324
Binary1010110100011000101001010011101010001001000010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155122; }

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

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

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

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

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

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

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

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