#155532

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

Shades of Crusoe #155532

Tints of Crusoe #155532

Color information

#155532 (or 0x155532) is unknown color: approx Crusoe. HEX triplet: 15, 55 and 32. RGB value is (21,85,50). Sum of RGB (Red+Green+Blue) = 21+85+50=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #155532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155532 is #EAAACD. Grayscale: #3D3D3D. Windows color (decimal): -15379150 or 3298581. OLE color: 3298581.

HSL color Cylindrical-coordinate representation of color #155532: hue angle of 147.19º 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 #155532 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB218550-
CMYK0.7500.410.67
HSL147.19º60.38%20.78%-
HSV(B)147.19º75.29%33.33%-
XYZ4.136.894.13-
YUV61.87121.398.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 85 (33.59% from 255) = 54.49%
BLUE value IS 50 (19.92% from 255) = 32.05%
R=13.46%
G=54.49%
B=32.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2185500.7500.410.67147.1960.3820.78
Hex1555324B02943933c15
Octal25125621130511032237425
Binary1010110101011100101001011010100110000111001001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155532; }

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

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

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

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

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

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

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

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