#155922

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

Shades of Crusoe #155922

Tints of Crusoe #155922

Color information

#155922 (or 0x155922) is unknown color: approx Crusoe. HEX triplet: 15, 59 and 22. RGB value is (21,89,34). Sum of RGB (Red+Green+Blue) = 21+89+34=144 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.58% from 144); Green value is 89 (35.16% from 255 or 61.81% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 89 - color contains mainly: green. Hex color #155922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155922 is #EAA6DD. Grayscale: #3E3E3E. Windows color (decimal): -15378142 or 2251029. OLE color: 2251029.

HSL color Cylindrical-coordinate representation of color #155922: hue angle of 131.47º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #155922 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB218934-
CMYK0.7600.620.65
HSL131.47º61.82%21.57%-
HSV(B)131.47º76.4%34.9%-
XYZ4.177.422.73-
YUV62.4111.9798.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.58%
GREEN value IS 89 (35.16% from 255) = 61.81%
BLUE value IS 34 (13.67% from 255) = 23.61%
R=14.58%
G=61.81%
B=23.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2189340.7600.620.65131.4761.8221.57
Hex1559224C03E41833e16
Octal25131421140761012037626
Binary1010110110011000101001100011111010000011000001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155922; }

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

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

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

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

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

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

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

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