#155C34

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

Shades of Crusoe #155C34

Tints of Crusoe #155C34

Color information

#155C34 (or 0x155C34) is unknown color: approx Crusoe. HEX triplet: 15, 5C and 34. RGB value is (21,92,52). Sum of RGB (Red+Green+Blue) = 21+92+52=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 92 (36.33% from 255 or 55.76% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 92 - color contains mainly: green. Hex color #155C34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155C34 is #EAA3CB. Grayscale: #424242. Windows color (decimal): -15377356 or 3431445. OLE color: 3431445.

HSL color Cylindrical-coordinate representation of color #155C34: hue angle of 146.2º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #155C34 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB219252-
CMYK0.7700.430.64
HSL146.2º62.83%22.16%-
HSV(B)146.2º77.17%36.08%-
XYZ4.768.064.55-
YUV66.21119.9895.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.73%
GREEN value IS 92 (36.33% from 255) = 55.76%
BLUE value IS 52 (20.70% from 255) = 31.52%
R=12.73%
G=55.76%
B=31.52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2192520.7700.430.64146.262.8322.16
Hex155C344D02B40923f16
Octal25134641150531002227726
Binary1010110111001101001001101010101110000001001001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155C34; }

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

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

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

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

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

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

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

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