#155523

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

Shades of Crusoe #155523

Tints of Crusoe #155523

Color information

#155523 (or 0x155523) is unknown color: approx Crusoe. HEX triplet: 15, 55 and 23. RGB value is (21,85,35). Sum of RGB (Red+Green+Blue) = 21+85+35=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #155523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155523 is #EAAADC. Grayscale: #3C3C3C. Windows color (decimal): -15379165 or 2315541. OLE color: 2315541.

HSL color Cylindrical-coordinate representation of color #155523: hue angle of 133.12º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155523 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB218535-
CMYK0.7500.590.67
HSL133.12º60.38%20.78%-
HSV(B)133.12º75.29%33.33%-
XYZ3.866.782.69-
YUV60.16113.8100.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 85 (33.59% from 255) = 60.28%
BLUE value IS 35 (14.06% from 255) = 24.82%
R=14.89%
G=60.28%
B=24.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2185350.7500.590.67133.1260.3820.78
Hex1555234B03B43853c15
Octal25125431130731032057425
Binary1010110101011000111001011011101110000111000010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155523; }

 p { color: rgb(21,85,35); }

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

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

 a { background-color: rgb(21,85,35); }

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

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

 span { border-color: rgb(21,85,35); }

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