#155534

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

Shades of Crusoe #155534

Tints of Crusoe #155534

Color information

#155534 (or 0x155534) is unknown color: approx Crusoe. HEX triplet: 15, 55 and 34. RGB value is (21,85,52). Sum of RGB (Red+Green+Blue) = 21+85+52=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 52 (20.70% from 255 or 32.91% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #155534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155534 is #EAAACB. Grayscale: #3E3E3E. Windows color (decimal): -15379148 or 3429653. OLE color: 3429653.

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

Color convert

RGB218552-
CMYK0.7500.390.67
HSL149.06º60.38%20.78%-
HSV(B)149.06º75.29%33.33%-
XYZ4.186.94.36-
YUV62.1122.398.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 85 (33.59% from 255) = 53.80%
BLUE value IS 52 (20.70% from 255) = 32.91%
R=13.29%
G=53.80%
B=32.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2185520.7500.390.67149.0660.3820.78
Hex1555344B02743953c15
Octal25125641130471032257425
Binary1010110101011101001001011010011110000111001010111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155534; }

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

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

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

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

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

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

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

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